OrderItemDto.fromJson constructor

OrderItemDto.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory OrderItemDto.fromJson(Map<String, dynamic> json) =>
    _$OrderItemDtoFromJson(json);