fromJson<T> abstract method

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

Converts the given json to a content item of type T

Implementation

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