BytesFieldAccess<M extends GeneratedMessage> class

Inheritance
Available Extensions

Constructors

BytesFieldAccess(FieldInfo fieldRef, {bool unsafe = false})

Properties

defaultSingleValue List<int>
no setterinherited
fieldInfo → FieldInfo
finalinherited
fieldKey ConcreteFieldKey
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
singleValueType Type
no setterinherited
valueType Type
no setterinherited

Methods

clear(M message) → void
inherited
get(M message) List<int>
inherited
has(M message) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(M message, List<int> value) → void
override
toString() String
A string representation of this object.
inherited
withGenerics<R>(R fn<TM extends GeneratedMessage, TF, TS>(FieldAccess<TM, TF, TS> access)) → R
inherited
withScalarGenerics<R>(R fn<TM extends GeneratedMessage, TF>(ScalarFieldAccess<TM, TF> access)) → R
inherited
withSingleValueType<R>(R fn<T>()) → R
inherited
withValueType<R>(R fn<T>()) → R
inherited

Operators

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