capitalize method

String capitalize()

Implementation

String capitalize() => '${this[0].toUpperCase()}${characters.getRange(1)}';