menu
neomage package
documentation
data/bridge/bridge_protocol.dart
BridgeResponse
isError property
isError property
dark_mode
light_mode
isError
property
bool
get
isError
Whether this response indicates failure.
Implementation
bool get isError => error != null;
neomage package
documentation
data/bridge/bridge_protocol
BridgeResponse
isError property
BridgeResponse class