EntityRes.fromJson constructor

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

Implementation

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