menu
studyu_core package
documentation
core.dart
Result<T>
Result.app constructor
Result.app constructor
dark_mode
light_mode
Result<
T
>.app
constructor
Result<
T
>.app
(
{
required
String
type
,
required
String
?
periodId
,
required
T
result
,
})
Implementation
Result.app({ required this.type, required this.periodId, required this.result, });
studyu_core package
documentation
core
Result<T>
Result.app constructor
Result class