CreateLinkResponse constructor

CreateLinkResponse({
  1. String? linkToken,
})

Implementation

CreateLinkResponse({
  this.linkToken,
});