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