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