UsageRecordCreateOptions constructor
const
UsageRecordCreateOptions({
- UsageRecordAction? action,
- List<
String> ? expand, - required int quantity,
- UsageRecordTimestamp? timestamp,
Implementation
const UsageRecordCreateOptions({
this.action,
this.expand,
required this.quantity,
this.timestamp,
});