fromJson abstract method

O fromJson(
  1. Object? json
)

Returns an object instances from json.

Implementation

O fromJson(Object? json);