trimLeft method

String? trimLeft()

Implementation

String? trimLeft() {
  return value?.trimLeft();
}