menu
cool_ext package
documentation
util/generalutil.dart
Result
Result.new constructor
Result.new constructor
dark_mode
light_mode
Result
constructor
Result
(
bool
success
,
String
msg
)
Creates a result with the given
success
status and
msg
.
Implementation
Result(this.success, this.msg);
cool_ext package
documentation
util/generalutil
Result
Result.new constructor
Result class