menu
rust_monads package
documentation
t_result.dart
TOk<Value>
TOk.new const constructor
TOk.new const constructor
dark_mode
light_mode
TOk<
Value
>
constructor
const
TOk<
Value
>
(
Value
value
)
Implementation
const TOk(this.value);
rust_monads package
documentation
t_result
TOk<Value>
TOk.new const constructor
TOk class