Sign in
fuchsia
/
reference-docs
/
main
/
.
/
f8
/
sdk
/
dart
/
package-fidl_fidl
/
Some
/
Some.md
blob: 1c3ec1299a3eed82d67123ec61e04232e606cd78 [
file
] [
log
] [
blame
] [
view
]
# Some<T> constructor
const
Some
&
lt
;
T
>(
T value
)
## Implementation
```dart
const Some(T value) : super._(value);
```