UsageRecordCreateOptions constructor

const UsageRecordCreateOptions({
  1. UsageRecordAction? action,
  2. List<String>? expand,
  3. required int quantity,
  4. UsageRecordTimestamp? timestamp,
})

Implementation

const UsageRecordCreateOptions({
  this.action,
  this.expand,
  required this.quantity,
  this.timestamp,
});