OneofWellKnownTypes_OneofField enum

Inheritance

Constructors

OneofWellKnownTypes_OneofField()
const

Values

anyField → const OneofWellKnownTypes_OneofField
apiField → const OneofWellKnownTypes_OneofField
durationField → const OneofWellKnownTypes_OneofField
emptyField → const OneofWellKnownTypes_OneofField
fieldMaskField → const OneofWellKnownTypes_OneofField
sourceContextField → const OneofWellKnownTypes_OneofField
structField → const OneofWellKnownTypes_OneofField
timestampField → const OneofWellKnownTypes_OneofField
typeField → const OneofWellKnownTypes_OneofField
doubleField → const OneofWellKnownTypes_OneofField
floatField → const OneofWellKnownTypes_OneofField
int64Field → const OneofWellKnownTypes_OneofField
uint64Field → const OneofWellKnownTypes_OneofField
int32Field → const OneofWellKnownTypes_OneofField
uint32Field → const OneofWellKnownTypes_OneofField
boolField → const OneofWellKnownTypes_OneofField
stringField → const OneofWellKnownTypes_OneofField
bytesField → const OneofWellKnownTypes_OneofField
notSet → const OneofWellKnownTypes_OneofField

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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<OneofWellKnownTypes_OneofField>
A constant List of the values in this enum, in order of their declaration.