report method
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?>);