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