startsWithUpperCase property
bool
get
startsWithUpperCase
Whether string starts with an upper case character.
Implementation
bool get startsWithUpperCase => characters.first.isUpperCase;
Whether string starts with an upper case character.
bool get startsWithUpperCase => characters.first.isUpperCase;