convertJson<T> abstract method

T convertJson<T>(
  1. dynamic json
)

Implementation

T convertJson<T>(dynamic json);