fromJson static method

dynamic fromJson(
  1. dynamic value
)

Implementation

static dynamic fromJson(dynamic value) {
  // TODO: implement fromJson
  throw UnimplementedError();
}