Field_Kind class final
Basic field types.
Constructors
- Field_Kind(String value)
-
const
- Field_Kind.fromJson(String 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 Field_Kind
- The default value for Field_Kind.
- typeBool → const Field_Kind
- Field type bool.
- typeBytes → const Field_Kind
- Field type bytes.
- typeDouble → const Field_Kind
- Field type double.
- typeEnum → const Field_Kind
- Field type enum.
- typeFixed32 → const Field_Kind
- Field type fixed32.
- typeFixed64 → const Field_Kind
- Field type fixed64.
- typeFloat → const Field_Kind
- Field type float.
- typeGroup → const Field_Kind
- Field type group. Proto2 syntax only, and deprecated.
- typeInt32 → const Field_Kind
- Field type int32.
- typeInt64 → const Field_Kind
- Field type int64.
- typeMessage → const Field_Kind
- Field type message.
- typeSfixed32 → const Field_Kind
- Field type sfixed32.
- typeSfixed64 → const Field_Kind
- Field type sfixed64.
- typeSint32 → const Field_Kind
- Field type sint32.
- typeSint64 → const Field_Kind
- Field type sint64.
- typeString → const Field_Kind
- Field type string.
- typeUint32 → const Field_Kind
- Field type uint32.
- typeUint64 → const Field_Kind
- Field type uint64.
- typeUnknown → const Field_Kind
- Field type unknown.