empty static method

PaymentForm empty()
override

create PaymentForm Empty

Implementation

static PaymentForm empty() {
  return PaymentForm({});
}