pattern property

String? pattern
final

The pattern that matched the channel (only for pmessage).

This is null if the message was received via a channel subscription (message).

Implementation

final String? pattern;