AuthField constructor

AuthField({
  1. String? dataType,
  2. String? description,
  3. String? key,
})

Implementation

AuthField({
  this.dataType,
  this.description,
  this.key,
});