Props.fromJson constructor
Props.fromJson(
- String str
Implementation
factory Props.fromJson(String str) => Props.fromMap(json.decode(str));
factory Props.fromJson(String str) => Props.fromMap(json.decode(str));