fromJson<T> abstract method

T fromJson<T>(
  1. String json
)

Implementation

T fromJson<T>(String json);