option property

({dynamic Function(String key) $1, Instance Function(Options opts, [bool? noremask]) $2}) option

Overload accessor: $1, $2

Implementation

({
  /// Get an option on an existing inputmask.
  ///
  ///  @param key Name of option to retrieve.
  _i2.dynamic Function(_i2.String key) $1,

  /// Set an option on an existing inputmask. The option method is intented for adding extra options like
  ///  callbacks, etc at a later time to the mask.
  ///
  ///  When extra options are set the mask is automatically reapplied, unless you pas true for the `noremask`
  ///  argument.
  _i3.Instance Function(
    _i3.Options opts, [
    _i2.bool? noremask,
  ]) $2,
}) get option => (
      $1: _option$1,
      $2: _option$2,
    );