fromJsonAsT<M> abstract method

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

Implementation

M? fromJsonAsT<M>(dynamic json);