asTypedef method
Safely casts to TypedefDeclaration if possible.
Implementation
TypedefDeclaration? asTypedef() => this is TypedefDeclaration ? this as TypedefDeclaration? : null;
Safely casts to TypedefDeclaration if possible.
TypedefDeclaration? asTypedef() => this is TypedefDeclaration ? this as TypedefDeclaration? : null;