instance property

Log instance

Implementation

static Log get instance {
  if(_instance == null)
    _instance = Log();

  return _instance!;
}