bloc for holidays
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
extension StringExtensions on String {
|
||||
String capitalize() => '${this[0].toUpperCase()}${substring(1).toLowerCase()}';
|
||||
}
|
||||
Reference in New Issue
Block a user