AuthProperty constructor

AuthProperty({
  1. String? description,
  2. String? type,
})

Implementation

AuthProperty({this.description, this.type});