fromJson<T> abstract method

T fromJson<T>(
  1. Map<String, dynamic>? json
)

Returns the target type from json (Map)

Implementation

T fromJson<T>(Map<String, dynamic>? json);