headerCase property
String
get
headerCase
Gets the text in Header-Case format.
Example: "hello world" becomes "Hello-World"
Implementation
String get headerCase => _getPascalCase(separator: '-');
Gets the text in Header-Case format.
Example: "hello world" becomes "Hello-World"
String get headerCase => _getPascalCase(separator: '-');