ProfileFieldsCapability class
Properties
-
allowed
↔ List<String>?
-
If present, a list of profile fields that clients are allowed to create, modify or delete,
provided
enabled is true; no other profile fields may be changed.
getter/setter pair
-
disallowed
↔ List<String>?
-
This property has no meaning if
allowed is also specified.
getter/setter pair
-
enabled
↔ bool
-
true if the user can create, update or delete any profile fields, false otherwise.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setteroverride
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited