DisplayData class
Data provided with a pipeline or transform to provide descriptive info.
Constructors
Properties
- boolValue ↔ bool?
-
Contains value if the data is of a boolean type.
getter/setter pair
- durationValue ↔ String?
-
Contains value if the data is of duration type.
getter/setter pair
- floatValue ↔ double?
-
Contains value if the data is of float type.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- int64Value ↔ String?
-
Contains value if the data is of int64 type.
getter/setter pair
- javaClassValue ↔ String?
-
Contains value if the data is of java class type.
getter/setter pair
- key ↔ String?
-
The key identifying the display data.
getter/setter pair
- label ↔ String?
-
An optional label to display in a dax UI for the element.
getter/setter pair
- namespace ↔ String?
-
The namespace for the key.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shortStrValue ↔ String?
-
A possible additional shorter value to display.
getter/setter pair
- strValue ↔ String?
-
Contains value if the data is of string type.
getter/setter pair
- timestampValue ↔ String?
-
Contains value if the data is of timestamp type.
getter/setter pair
- url ↔ String?
-
An optional full URL.
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