fromJSON method
Restores this instance from the given JSON object.
Implementation
@override
RectangularTriggerRegion fromJSON(Map<String,dynamic> json ) {
super.fromJSON( json );
size.fromArray( json['size'] );
return this;
}
Restores this instance from the given JSON object.
@override
RectangularTriggerRegion fromJSON(Map<String,dynamic> json ) {
super.fromJSON( json );
size.fromArray( json['size'] );
return this;
}