Log.noop constructor

const Log.noop(
  1. {String? tag}
)

noop implementation

noop

Implementation

const factory Log.noop({
  String? tag,
}) = LogNoopImpl;