NiubizConfigModel constructor
NiubizConfigModel({})
Creates a new instance of NiubizConfigModel.
All parameters are optional. If not provided, isProduction defaults to false.
Implementation
NiubizConfigModel({
this.userName,
this.password,
this.merchantId,
this.isProduction = false,
this.titleBrand,
this.name,
this.lastName,
this.email,
});