fromJSON method

TriggerRegion fromJSON(
  1. Map<String, dynamic> json
)

Restores this instance from the given JSON object.

Implementation

TriggerRegion fromJSON(Map<String,dynamic> json) {
	return this;
}