SEP30AuthMethod constructor

SEP30AuthMethod(
  1. String type,
  2. String value
)

Implementation

SEP30AuthMethod(this.type, this.value);