LenraRoute class

Constructors

LenraRoute.new(LenraSocket lenraSocket, String route, void onChange(Map<String, dynamic>))

Properties

channel ↔ PhoenixChannel
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
json Map<String, dynamic>?
getter/setter pair
lenraSocket LenraSocket
getter/setter pair
onChange ↔ void Function(Map<String, dynamic>)
getter/setter pair
route String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

callListener(Map<String, dynamic> action) Future<void>
close() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

log → Logger
final