pascalCase property

String get pascalCase

Implementation

String get pascalCase => parts.map((raw) => raw.capitalCase).join();