GetBillingMetersResponse constructor

const GetBillingMetersResponse({
  1. required List<BillingMeter> data,
  2. required bool hasMore,
  3. required String url,
})

BillingMeterResourceBillingMeterList

Implementation

const GetBillingMetersResponse({
  required this.data,
  required this.hasMore,
  required this.url,
});