codeList property

List<String> get codeList

Implementation

static List<String> get codeList =>
    GS1AICodes.values.map((aiCode) => aiCode.code).toList();