AccountingModel constructor

AccountingModel({
  1. Data? data,
  2. String? message,
})

Implementation

AccountingModel({this.data, this.message});