ManagedProperty class
Managed property.
Constructors
-
ManagedProperty({Object? defaultValue, String? description, List<
ManagedPropertyEntry> ? entries, String? key, List<ManagedProperty> ? nestedProperties, String? title, String? type}) - ManagedProperty.fromJson(Map json_)
Properties
- defaultValue ↔ Object?
-
The default value of the property.
getter/setter pair
- description ↔ String?
-
A longer description of the property, providing more detail of what it
affects.
getter/setter pair
-
entries
↔ List<
ManagedPropertyEntry> ? -
For CHOICE or MULTISELECT properties, the list of possible entries.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- key ↔ String?
-
The unique key that the app uses to identify the property, e.g.
"com.google.android.gm.fieldname".
getter/setter pair
-
nestedProperties
↔ List<
ManagedProperty> ? -
For BUNDLE_ARRAY properties, the list of nested properties.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title ↔ String?
-
The name of the property.
getter/setter pair
- type ↔ String?
-
The type of the property.
Possible string values are:
getter/setter pair
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited