skinContractDefName function

String skinContractDefName(
  1. String section
)

Implementation

String skinContractDefName(String section) =>
    'contract${section[0].toUpperCase()}${section.substring(1)}';