FeesModel constructor

FeesModel(
  1. num? fees,
  2. num? vatValue
)

Implementation

FeesModel(this.fees, this.vatValue);