FeedMessage class

Constructors

FeedMessage()
factory
FeedMessage.fromBuffer(List<int> i, [dynamic r = $pb.ExtensionRegistry.EMPTY])
factory
FeedMessage.fromJson(String i, [dynamic r = $pb.ExtensionRegistry.EMPTY])
factory

Properties

entity List<FeedEntity>
@$pb.TagNumber(2), read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
@$pb.TagNumber(1), read / write
info_ → dynamic
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

clearHeader() → void
@$pb.TagNumber(1)
clone() FeedMessage
copyWith(void updates(FeedMessage)) FeedMessage
createEmptyInstance() FeedMessage
ensureHeader() FeedHeader
@$pb.TagNumber(1)
hasHeader() bool
@$pb.TagNumber(1)
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

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

Static Methods

create() FeedMessage
createRepeated() → dynamic
getDefault() FeedMessage