GiftStore constructor

GiftStore()

Implementation

factory GiftStore() {
  _instance ??= GiftStore._internal();
  return _instance!;
}