resultFactory abstract method

T resultFactory(
  1. dynamic json
)

Returns a result of type T deserialzied from the json.

Implementation

T resultFactory(dynamic json);