ObjCSelector constructor

const ObjCSelector(
  1. String value
)

Constructor.

Implementation

const ObjCSelector(this.value);