ModeList constructor

ModeList({
  1. String? id,
  2. List<List<PaymentCollection>>? collection,
})

Implementation

ModeList({this.id, this.collection});