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