firstChatToUpperCase property

  1. @Doc(message: '首字母大写')
String firstChatToUpperCase

Implementation

@Doc(message: '首字母大写')
String get firstChatToUpperCase => '${this[0].toUpperCase()}${substring(1)}';