UnknownFieldSetField class

Constructors

UnknownFieldSetField()

Properties

fixed32s List<int>
no setter
fixed64s List<Int64>
no setter
groups List<UnknownFieldSet>
no setter
hashCode int
The hash code for this object.
no setteroverride
length int
no setter
lengthDelimited List<List<int>>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values List
no setter
varints List<Int64>
no setter

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 nonexistent 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