code constant

LintCode const code

prefer_async_await

Implementation

static const code = LintCode(
  'prefer_async_await',
  'Prefer async/await over using raw futures.',
);