fromJson<T> abstract method

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

Converts the given json to an item of type T

Implementation

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