LogFilter.tag constructor

const LogFilter.tag(
  1. String? tag
)

tag implementation

accepts tags equal to tag

Implementation

const factory LogFilter.tag(
  String? tag,
) = LogFilterTagImpl;