call method

T? call(
  1. dynamic json
)

Implementation

T? call(dynamic json) => deserializeFromJson(json);