forEachUpper property

String forEachUpper

Implementation

String get forEachUpper =>
    this.split(" ").map((e) => e.toUpperCase()).join(" ");