menu
clean_energy_api
clean_energy_api.dart
CellularPlanDTO
CellularPlanDTO const constructor
CellularPlanDTO
dark_mode
light_mode
CellularPlanDTO
constructor
const
CellularPlanDTO
(
{
DateTime
?
expiryDate
,
double
?
remainingDataMb
,
double
?
totalDataMb
,
})
Implementation
const CellularPlanDTO({ this.expiryDate, this.remainingDataMb, this.totalDataMb, });
clean_energy_api
clean_energy_api
CellularPlanDTO
CellularPlanDTO const constructor
CellularPlanDTO class