ControllerMethodProp constructor

const ControllerMethodProp(
  1. Function method,
  2. Object? defaultValue
)

Implementation

const ControllerMethodProp(this.method, this.defaultValue);