menu
winche_core package
documentation
testing.dart
WincheContractFailure
WincheContractFailure.new const constructor
WincheContractFailure.new const constructor
dark_mode
light_mode
WincheContractFailure
constructor
const
WincheContractFailure
(
String
check
,
String
detail
)
Creates a failure.
Implementation
const WincheContractFailure(this.check, this.detail);
winche_core package
documentation
testing
WincheContractFailure
WincheContractFailure.new const constructor
WincheContractFailure class