fromJsonAsT<T> abstract method

T? fromJsonAsT<T>(
  1. dynamic json
)

Implementation

T? fromJsonAsT<T>(json);