get method

Implementation

NotificationWidgetState get() {
  if (_instance == null) {
    _instance = NotificationWidgetState();
  }
  return _instance!;
}