LfpLink constructor

LfpLink({
  1. String? externalAccountId,
  2. String? lfpProvider,
  3. String? state,
})

Implementation

LfpLink({this.externalAccountId, this.lfpProvider, this.state});