fromJsonAsT<M> method

M fromJsonAsT <M>(dynamic json)

Implementation

M fromJsonAsT<M>(json) {
  return null;
}