Property_PropertyType class final

Supported data type of the property values

Inheritance
  • Object
  • ProtoEnum
  • Property_PropertyType

Constructors

Property_PropertyType(String value)
const
Property_PropertyType.fromJson(Object? json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isNotDefault bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
finalinherited

Methods

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

Operators

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

Constants

$default → const Property_PropertyType
The default value for Property_PropertyType.
bool$ → const Property_PropertyType
The type is bool.
double$ → const Property_PropertyType
The type is 'double'.
int64 → const Property_PropertyType
The type is int64.
string → const Property_PropertyType
The type is string.
unspecified → const Property_PropertyType
The type is unspecified, and will result in an error.