isPlain property
bool
get
isPlain
Returns whether this response type is plain text
Implementation
bool get isPlain => this == ResponseType.plain;
Returns whether this response type is plain text
bool get isPlain => this == ResponseType.plain;