as3 property
X3
get
as3
Return the value if it has type X3, otherwise throw.
Implementation
X3 get as3 => value as X3;
Return the value if it has type X3, otherwise throw.
X3 get as3 => value as X3;