fromJson<T> static method

T fromJson<T>(
  1. String json
)

Implementation

static T fromJson<T>(String json) => i.fromJson<T>(json);