report method

  1. @override
Future<Paper?> report(
  1. Agent<Paper>? agent,
  2. Type? type
)
override

Implementation

@override
_i3.Future<_i4.Paper?> report(_i4.Agent<_i4.Paper>? agent, Type? type) =>
    (super.noSuchMethod(
      Invocation.method(#report, [agent, type]),
      returnValue: _i3.Future<_i4.Paper?>.value(),
      returnValueForMissingStub: _i3.Future<_i4.Paper?>.value(),
    ) as _i3.Future<_i4.Paper?>);