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