isPlain property

bool get isPlain

Returns whether this response type is plain text

Implementation

bool get isPlain => this == ResponseType.plain;