Sign in
fuchsia
/
reference-docs
/
main
/
.
/
f7
/
sdk
/
dart
/
package-fidl_fidl
/
Binding
/
impl.md
blob: 63f9dc1067309e9f3eb14c38abf97577ce55ffa3 [
file
] [
log
] [
blame
] [
view
]
# impl property
T impl
<p>
The
implementation of
<code>
T
<
/code> bound using this object.</
p
>
<p>
If
this
object
is
not
bound
,
this
property
is
null
.</
p
>
## Implementation
```dart
T? get impl => _impl;
```