SatchelInfoList constructor

SatchelInfoList({
  1. int? id,
  2. String? satchelNumber,
})

Implementation

SatchelInfoList({this.id, this.satchelNumber});