MenuSectionResponse.fromResponse constructor
MenuSectionResponse.fromResponse(
- Response response
Implementation
MenuSectionResponse.fromResponse(Response response)
: super.fromResponse(response) {
menuSection = MenuSection.fromJson(response.data, parent: null);
}