forEachLower property

String get forEachLower

Implementation

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