RealtimeLogConfigs constructor
RealtimeLogConfigs({})
Implementation
RealtimeLogConfigs({
required this.isTruncated,
required this.marker,
required this.maxItems,
this.items,
this.nextMarker,
});
RealtimeLogConfigs({
required this.isTruncated,
required this.marker,
required this.maxItems,
this.items,
this.nextMarker,
});