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