Property_PropertyType class Null safety
- Inheritance
-
- Object
- ProtobufEnum
- Property_PropertyType
Properties
- hashCode → int
-
The hash code for this object.
read-only, inherited
- name → String
-
This enum's name, as specified in the .proto file.
final, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- value → int
-
This enum's integer value, as specified in the .proto file.
final, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
Returns this enum's name or the value if names are not represented.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
valueOf(
int value) → Property_PropertyType?
Constants
- BOOL → const Property_PropertyType
-
Property_PropertyType._(2, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'BOOL') - DOUBLE → const Property_PropertyType
-
Property_PropertyType._(4, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'DOUBLE') - INT64 → const Property_PropertyType
-
Property_PropertyType._(1, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'INT64') - STRING → const Property_PropertyType
-
Property_PropertyType._(3, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'STRING') - UNSPECIFIED → const Property_PropertyType
-
Property_PropertyType._(0, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'UNSPECIFIED') -
values
→ const List<
Property_PropertyType> -
<Property_PropertyType>[UNSPECIFIED, INT64, BOOL, STRING, DOUBLE]