FromJsonMethod<RT> typedef

FromJsonMethod<RT> = RT Function(dynamic)

Implementation

typedef FromJsonMethod<RT> = RT Function(dynamic);