getElementDeclaration2 abstract method
- @Deprecated('Use getFragmentDeclaration() instead')
- @experimental
- Fragment fragment
Returns the declaration of the fragment
.
Returns null
if the fragment
is synthetic.
Throws ArgumentError if the fragment
is not defined in this library.
Implementation
@Deprecated('Use getFragmentDeclaration() instead')
@experimental
ElementDeclarationResult? getElementDeclaration2(Fragment fragment);