fromCode static method

GdpLint? fromCode(
  1. String code
)

Get a lint from its code

Implementation

static GdpLint? fromCode(String code) => _codeMap[code];