LogConfigCounterOptions constructor
LogConfigCounterOptions({
- List<
LogConfigCounterOptionsCustomField> ? customFields, - String? field,
- String? metric,
Implementation
LogConfigCounterOptions({
this.customFields,
this.field,
this.metric,
});