strongRef property
StrongRef
get
strongRef
Returns this data as StrongRef.
Make sure to check if this object is StrongRef with isStrongRef.
Implementation
StrongRef get strongRef => this.data as StrongRef;