forEachUpperLower property

String forEachUpperLower

Implementation

String get forEachUpperLower =>
    this.split(" ").map((e) => e.toLowerCase()).join(" ");