name property
String?
get
name
A name associated with the organization.
Implementation
String? get name => nameField.getValue(json);
A name associated with the organization.
String? get name => nameField.getValue(json);