off property

({void Function(String type, FutureOr<List<CodegenResult>> callback(CodegenEvent)) $1, void Function(String type, Future<void> callback(CodegenPreferencesEvent)) $2}) get off

Overload accessor: $1, $2

Implementation

({
  void Function(
    _i2.String type,
    _i8.FutureOr<_i2.List<_i3.CodegenResult>> Function(_i3.CodegenEvent)
        callback,
  ) $1,
  void Function(
    _i2.String type,
    _i2.Future<void> Function(_i3.CodegenPreferencesEvent) callback,
  ) $2,
}) get off => (
      $1: _off$1,
      $2: _off$2,
    );