MenuConfigurationResponse.fromRawJson constructor

MenuConfigurationResponse.fromRawJson(
  1. String str
)

Implementation

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