nativeClause abstract method

NativeClause nativeClause(
  1. Token nativeKeyword,
  2. StringLiteral? name
)

Returns a newly created native clause.

Implementation

NativeClause nativeClause(Token nativeKeyword, StringLiteral? name);