lowercase method

TextBuilder lowercase()

Implementation

TextBuilder lowercase() => TextBuilder(data ?? '').lowercase();