Format.lowercase constructor
const
Format.lowercase()
Converts string values to lowercase.
Implementation
const Format.lowercase() : this._('lowercase');
Converts string values to lowercase.
const Format.lowercase() : this._('lowercase');