NgToken.commentEnd constructor

NgToken.commentEnd(
  1. int offset
)

Implementation

factory NgToken.commentEnd(int offset) {
  return NgToken._(NgTokenType.commentEnd, offset);
}