menu
streamline package
documentation
streamline.dart
Some<TValue>
Some.new const constructor
Some.new const constructor
dark_mode
light_mode
Some<
TValue
>
constructor
const
Some<
TValue
>
(
TValue
value
)
Implementation
const
Some(
this
.value);
streamline package
documentation
streamline
Some<TValue>
Some.new const constructor
Some class
Constructors
new
Properties
hashCode
runtimeType
value
Methods
map
noSuchMethod
onNone
onSome
toString
Operators
operator ==