NearbyMessage<C extends NearbyMessageContent> class abstract base

Basic Message Abstraction.

Implementers

Constructors

NearbyMessage({required C content})
The basic message contains only content - the content to be sent or received.
const

Properties

content → C
Model representing content to be sent or received
final
hashCode int
The hash code for this object.
no setteroverride
isValid bool
Checks if content is not empty
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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