Properties.fromRawJson constructor
Properties.fromRawJson(
- String str
Implementation
factory Properties.fromRawJson(String str) =>
Properties.fromJson(json.decode(str));
factory Properties.fromRawJson(String str) =>
Properties.fromJson(json.decode(str));