noneInCaps property

String get noneInCaps

All characters in lower case

Implementation

String get noneInCaps => this.toLowerCase();