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