toLowerCase property

String get toLowerCase

Implementation

String get toLowerCase {
  return name.toLowerCase();
}