menu
dart_art package
documentation
types/result.dart
Ok<T, E extends Object>
Ok.new const constructor
Ok.new const constructor
dark_mode
light_mode
Ok<
T
,
E extends Object
>
constructor
const
Ok<
T
,
E extends Object
>
(
T
value
)
Implementation
const Ok(this.value) : super._();
dart_art package
documentation
types/result
Ok<T, E extends Object>
Ok.new const constructor
Ok class