GetBillingMetersResponse constructor
const
GetBillingMetersResponse({
- required List<
BillingMeter> data, - required bool hasMore,
- required String url,
BillingMeterResourceBillingMeterList
Implementation
const GetBillingMetersResponse({
required this.data,
required this.hasMore,
required this.url,
});