AuthStep constructor

AuthStep({
  1. required List<AuthField> fields,
})

Implementation

AuthStep({
  required this.fields,
});