StructDecode<T> typedef

*<Null safety>*

T StructDecode (Decoder decoder, int offset)

Implementation

typedef StructDecode<T> = T Function(Decoder decoder, int offset);