menu
leancode_contracts package
documentation
leancode_contracts.dart
CommandResponse
failed property
failed property
dark_mode
light_mode
failed
property
bool
get
failed
Whether the command has failed with
errors
.
Implementation
bool get failed => errors.isNotEmpty;
leancode_contracts package
documentation
leancode_contracts
CommandResponse
failed property
CommandResponse class