MenuSectionResponse.fromResponse constructor

MenuSectionResponse.fromResponse(
  1. Response response
)

Implementation

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