fromJSON method

  1. @override
void fromJSON(
  1. dynamic json
)
override

Implementation

@override
// Parse the input JSON data and assign it to the internal value of the field.
void fromJSON(json) {
  _value = json;
}