DataTypeMetaData class

Contains meta data about type.

Constructors

DataTypeMetaData({required String type, String displayName = '', DataTimeType timeType = DataTimeType.POINT})

Properties

displayName String
A name which can be used to display to the user which data is collected.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeType DataTimeType
Determines how Data for type is stored temporally (a point in time or as a time span).
getter/setter pair
type String
Unique fully qualified name for the data type this meta data relates to.
getter/setter pair

Methods

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

Operators

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