Failure class
- Implemented types
Constructors
- Failure.new({required String title, required String msg, required String code, required String procedure, required String job})
- Failure.simple({String? title, String? msg})
-
factory
Properties
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited