StartCommentsWithSpace constructor

const StartCommentsWithSpace()

Implementation

const StartCommentsWithSpace()
  : super(
      code: const LintCode(
        name: 'start_comments_with_space',
        problemMessage: 'Start {0} with a space.',
        errorSeverity: ErrorSeverity.WARNING,
      ),
    );