lokiEnabled property
bool
get
lokiEnabled
Checks if Loki is enabled for the logger.
Implementation
bool get lokiEnabled => lokiOptions != null;
Checks if Loki is enabled for the logger.
bool get lokiEnabled => lokiOptions != null;