SecurityCode constructor

SecurityCode(
  1. String name,
  2. int length
)

Implementation

SecurityCode(this.name, this.length);