forEachLower property

String forEachLower

Implementation

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