SatchelInfoList.fromJson constructor

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

Implementation

SatchelInfoList.fromJson(Map<String, dynamic> json) {
  id = json['id'];
  satchelNumber = json['satchelNumber'];
}