LogFilter.tag constructor
const
LogFilter.tag(
- String? tag
tag implementation
accepts tags equal to tag
Implementation
const factory LogFilter.tag(
String? tag,
) = LogFilterTagImpl;
tag implementation
accepts tags equal to tag
const factory LogFilter.tag(
String? tag,
) = LogFilterTagImpl;