trimPadding method

String trimPadding()

Implementation

String trimPadding() {
  return replaceAll(RegExp(r'='), '');
}