once property

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

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 once => (
      $1: _once$1,
      $2: _once$2,
    );