menu
sharing package
documentation
remote/network/either.dart
Either<L, R>
get property
get property
dark_mode
light_mode
get
property
R?
get
get
Implementation
R? get get => fold((L l) => null, _id);
sharing package
documentation
remote/network/either
Either<L, R>
get property
Either class