PropertyType enum
Specifies property value types.
Values
- empty → const PropertyType
-
const PropertyType(0) - uint8 → const PropertyType
-
const PropertyType(1) - int16 → const PropertyType
-
const PropertyType(2) - uint16 → const PropertyType
-
const PropertyType(3) - int32 → const PropertyType
-
const PropertyType(4) - uint32 → const PropertyType
-
const PropertyType(5) - int64 → const PropertyType
-
const PropertyType(6) - uint64 → const PropertyType
-
const PropertyType(7) - single → const PropertyType
-
const PropertyType(8) - double_ → const PropertyType
-
const PropertyType(9) - char16 → const PropertyType
-
const PropertyType(10) - boolean → const PropertyType
-
const PropertyType(11) - string → const PropertyType
-
const PropertyType(12) - inspectable → const PropertyType
-
const PropertyType(13) - dateTime → const PropertyType
-
const PropertyType(14) - timeSpan → const PropertyType
-
const PropertyType(15) - guid → const PropertyType
-
const PropertyType(16) - point → const PropertyType
-
const PropertyType(17) - size → const PropertyType
-
const PropertyType(18) - rect → const PropertyType
-
const PropertyType(19) - otherType → const PropertyType
-
const PropertyType(20) - uint8Array → const PropertyType
-
const PropertyType(1025) - int16Array → const PropertyType
-
const PropertyType(1026) - uint16Array → const PropertyType
-
const PropertyType(1027) - int32Array → const PropertyType
-
const PropertyType(1028) - uint32Array → const PropertyType
-
const PropertyType(1029) - int64Array → const PropertyType
-
const PropertyType(1030) - uint64Array → const PropertyType
-
const PropertyType(1031) - singleArray → const PropertyType
-
const PropertyType(1032) - doubleArray → const PropertyType
-
const PropertyType(1033) - char16Array → const PropertyType
-
const PropertyType(1034) - booleanArray → const PropertyType
-
const PropertyType(1035) - stringArray → const PropertyType
-
const PropertyType(1036) - inspectableArray → const PropertyType
-
const PropertyType(1037) - dateTimeArray → const PropertyType
-
const PropertyType(1038) - timeSpanArray → const PropertyType
-
const PropertyType(1039) - guidArray → const PropertyType
-
const PropertyType(1040) - pointArray → const PropertyType
-
const PropertyType(1041) - sizeArray → const PropertyType
-
const PropertyType(1042) - rectArray → const PropertyType
-
const PropertyType(1043) - otherTypeArray → const PropertyType
-
const PropertyType(1044)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
final
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
Constants
-
values
→ const List<
PropertyType> - A constant List of the values in this enum, in order of their declaration.