trimLeft method

StringField trimLeft([
  1. String? ch
])

Get db string field with white spaces removed from left.

Implementation

StringField trimLeft([String? ch]) => _buildTrimFunction('LTRIM', ch);