UuidMetadataInput constructor

UuidMetadataInput({
  1. String? name,
  2. String? email,
  3. String? externalId,
  4. String? profileUrl,
  5. dynamic custom,
})

Implementation

UuidMetadataInput(
    {this.name, this.email, this.externalId, this.profileUrl, this.custom});