Constants constructor

Constants()

Implementation

factory Constants() {
  _instance??=Constants._();
  return _instance!;
}