PassageAppUserMetadataSchema.fromMap constructor
Implementation
PassageAppUserMetadataSchema.fromMap(Map<String, dynamic> map)
: fieldName = map['fieldName'],
friendlyName = map['friendlyName'],
id = map['id'],
profile = map['profile'],
registration = map['registration'],
type = map['type'];