normalizedState property
String
get
normalizedState
Returns the lowercased state for case-insensitive comparison.
Implementation
String get normalizedState => state.toLowerCase();
Returns the lowercased state for case-insensitive comparison.
String get normalizedState => state.toLowerCase();