toNiceUrlString method

String toNiceUrlString()

Implementation

String toNiceUrlString() => toLowerCase().replaceAll(' ', '-');