About.fromJson constructor
About.fromJson(
- Map json_
Implementation
About.fromJson(core.Map json_)
: this(
state: json_['state'] as core.String?,
uri: json_['uri'] as core.String?,
);