instance property

PaymentService get instance

Singleton instance

Implementation

static PaymentService get instance {
  _instance ??= PaymentService._internal();
  return _instance!;
}