next_photo
base
Mapper
<
I
,
O
>
call abstract method
call
call
method
Null safety
O
call
(
I
input
)
Maps an input to an output type.
Implementation
O call(I input);
next_photo
base
Mapper
<
I
,
O
>
call abstract method
Mapper class
Constructors
Mapper
Properties
hashCode
runtimeType
Methods
call
noSuchMethod
toString
Operators
operator ==