menu
typeredis package
documentation
typeredis_base.dart
TRMessage
TRMessage.new constructor
TRMessage.new constructor
dark_mode
light_mode
TRMessage
constructor
TRMessage
(
{
String
?
channel
,
required
String
message
,
String
?
pattern
,
})
Implementation
TRMessage({this.channel, required this.message, this.pattern});
typeredis package
documentation
typeredis_base
TRMessage
TRMessage.new constructor
TRMessage class