SuccessEntity.fromJson constructor

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

Implementation

SuccessEntity.fromJson(Map<String, dynamic> json) {
  id = json["Id"];
  number = json["Number"];
  dIndex = json["DIndex"];
}