ReadonlyMessageMixin class abstract

Modifies a GeneratedMessage so that it's read-only.

Constructors

ReadonlyMessageMixin()

Properties

hashCode int
The hash code for this object.
no setterinherited
info_ BuilderInfo
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addExtension(Extension extension, dynamic value) → void
clear() → void
clearExtension(Extension extension) → void
clearField(int tagNumber) → void
createRepeatedField<T>(int tagNumber, FieldInfo<T> fi) List<T>?
mergeFromBuffer(List<int> input, [ExtensionRegistry extensionRegistry = ExtensionRegistry.EMPTY]) → void
mergeFromCodedBufferReader(CodedBufferReader input, [ExtensionRegistry extensionRegistry = ExtensionRegistry.EMPTY]) → void
mergeFromJson(String data, [ExtensionRegistry extensionRegistry = ExtensionRegistry.EMPTY]) → void
mergeFromJsonMap(Map<String, dynamic> json, [ExtensionRegistry extensionRegistry = ExtensionRegistry.EMPTY]) → void
mergeFromMessage(GeneratedMessage other) → void
mergeUnknownFields(UnknownFieldSet unknownFieldSet) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setExtension(Extension extension, dynamic value) → void
setField(int tagNumber, dynamic value, [int? fieldType]) → void
toString() String
A string representation of this object.
inherited

Operators

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