isChannelError property

bool get isChannelError

Check if this is a channel error

Implementation

bool get isChannelError =>
    code == '400' && message.startsWith('Channel Error');