InternalLinkTypeAuthenticationCode constructor

InternalLinkTypeAuthenticationCode({
  1. required String code,
})

Implementation

InternalLinkTypeAuthenticationCode({required this.code});