Property
swiftCamelCASEName
Return an idiomatic, de-uppercased Swift name.
var swiftCamelCASEName: String { get }
Discussion
This method returns the name in Swift-style camelCase. Before doing so, it checks whether the name is all uppercase, in which case it converts it to lowercase first.