SealdTmrAccess constructor
SealdTmrAccess({
- required String tmrAccessId,
- required DateTime created,
- required String authFactorType,
- required SealdRecipientRights rights,
Implementation
SealdTmrAccess({
required this.tmrAccessId,
required this.created,
required this.authFactorType,
required this.rights,
});