TGetAuthenticatorBody constructor

const TGetAuthenticatorBody({
  1. String? organizationId,
  2. required String authenticatorId,
})

Implementation

const TGetAuthenticatorBody({
   this.organizationId,
  required  this.authenticatorId,
});