init method

void init(
  1. PaymentFormState state
)

Implementation

void init(PaymentFormState state) {
  this._state = state;
}