UnknownFieldSetField class Null safety
Constructors
Properties
-
fixed32s
→ List<
int> -
read-only
-
fixed64s
→ List<
Int64> -
read-only
-
groups
→ List<
UnknownFieldSet> -
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, override
- length → int
-
read-only
-
lengthDelimited
→ List<
List< int> > -
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- values → List
-
read-only
-
varints
→ List<
Int64> -
read-only
Methods
-
addFixed32(
int value) → void -
addFixed64(
Int64 value) → void -
addGroup(
UnknownFieldSet value) → void -
addLengthDelimited(
List< int> value) → void -
addVarint(
Int64 value) → void -
hasRequiredFields(
) → bool -
isInitialized(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
-
writeTo(
int fieldNumber, CodedBufferWriter output) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
override