OrganizationPreferences class

Constructors

OrganizationPreferences({bool? categoryRequired, PreferencesContract? contract, PreferencesElectronicSignature? electronicSignature, PreferencesEquipment? equipment, bool? feedbackParentPlace, PreferencesForm? form, bool? offline, bool? public, PreferencesReference? reference, bool? reverseGeocoding, bool? reviewEnabled})
Returns a new OrganizationPreferences instance.

Properties

categoryRequired bool?
getter/setter pair
contract PreferencesContract?
getter/setter pair
electronicSignature PreferencesElectronicSignature?
getter/setter pair
equipment PreferencesEquipment?
getter/setter pair
feedbackParentPlace bool?
getter/setter pair
form PreferencesForm?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
offline bool?
getter/setter pair
public bool?
getter/setter pair
reference PreferencesReference?
getter/setter pair
reverseGeocoding bool?
getter/setter pair
reviewEnabled bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Static Methods

fromJson(Map<String, dynamic>? json) OrganizationPreferences?
Returns a new OrganizationPreferences instance and imports its values from json if it's non-null, null if json is null.
listFromJson(List? json) List<OrganizationPreferences>
mapFromJson(Map<String, dynamic>? json) Map<String, OrganizationPreferences>
mapListFromJson(Map<String, dynamic>? json) Map<String, List<OrganizationPreferences>>