cStructName property

String get cStructName

Implementation

String get cStructName {
  final name = structName;
  return '${name.substring(0, name.length - 1)}C';
}