fromJson abstract method

Future<T> fromJson(
  1. String jsonString
)

Implementation

Future<T> fromJson(String jsonString);