TUIGiftStore constructor

TUIGiftStore()

Implementation

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