UuidMetadataInput constructor

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

Implementation

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