constCase property

String get constCase

Implementation

String get constCase => parts.map((raw) => raw.toUpperCase()).join('_');