menu
typed_error package
documentation
base.dart
Ok<T>
Ok.new const constructor
Ok.new const constructor
dark_mode
light_mode
Ok<
T
>
constructor
const
Ok<
T
>
(
T
value
)
Implementation
const Ok(T value) : _value = value, super._();
typed_error package
documentation
base
Ok<T>
Ok.new const constructor
Ok class