CustomerSort.fromJson constructor

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

Implementation

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