instance property

AntplusLogging get instance

The singleton instance of AntplusLogging.

Implementation

// ignore: prefer_constructors_over_static_methods
static AntplusLogging get instance => _instance ??= AntplusLogging._();