fromJSON method
Restores this instance from the given JSON object.
Implementation
TriggerRegion fromJSON(Map<String,dynamic> json) {
return this;
}
Restores this instance from the given JSON object.
TriggerRegion fromJSON(Map<String,dynamic> json) {
return this;
}