keyword property
Return the token representing the keyword that introduces this directive ('import', 'export', 'library' or 'part').
Implementation
@Deprecated('Use specific xyzToken instead')
Token get keyword;
Return the token representing the keyword that introduces this directive ('import', 'export', 'library' or 'part').
@Deprecated('Use specific xyzToken instead')
Token get keyword;