TGetAuthenticatorsBody constructor

const TGetAuthenticatorsBody({
  1. String? organizationId,
  2. required String userId,
})

Implementation

const TGetAuthenticatorsBody({
   this.organizationId,
  required  this.userId,
});