trimRight method
Get db string field with white spaces removed from right.
Implementation
StringField trimRight([String? ch]) => _buildTrimFunction('RTRIM', ch);
Get db string field with white spaces removed from right.
StringField trimRight([String? ch]) => _buildTrimFunction('RTRIM', ch);