RepeatedFieldAccess<M extends GeneratedMessage, F> class

Inheritance
Available Extensions

Constructors

RepeatedFieldAccess(FieldInfo fieldInfo, {bool unsafe = false})

Properties

defaultSingleValue → F
no setteroverride
fieldInfo → FieldInfo
final
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

get(M message) List<F>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
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
withListGenerics<R>(R fn<TM extends GeneratedMessage, TF>(RepeatedFieldAccess<TM, TF> access)) → R
withSingleValueType<R>(R fn<T>()) → R
inherited
withValueType<R>(R fn<T>()) → R
inherited

Operators

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