fromJsonModel static method

ReorderListResponse fromJsonModel(
  1. Map<String, dynamic> json
)

Implementation

static ReorderListResponse fromJsonModel(Map<String, dynamic> json) => ReorderListResponse.fromJson(json);