decoder property

T? Function(dynamic json) decoder
final

Turns the dynamic json (can be null) to T

Implementation

final T? Function(dynamic? json) decoder;