fromJson method

T fromJson(
  1. String source
)

Implementation

T fromJson(String source) => fromMap(json.decode(source));