AlphaModel constructor

AlphaModel(
  1. String key, {
  2. String? secondaryKey,
})

Implementation

AlphaModel(this.key, {this.secondaryKey});