fromJSON abstract method

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

Restores this instance from the given JSON object.

Implementation

State fromJSON(Map<String,dynamic> json);