capsAllWord property
String
get
capsAllWord
Implementation
String get capsAllWord =>
this.split(" ").map((str) => str.capsFirstLetter).join(" ");
String get capsAllWord =>
this.split(" ").map((str) => str.capsFirstLetter).join(" ");