removeBrackets method

String removeBrackets()

Implementation

String removeBrackets() => replaceAll(RegExp(r'(\[|\])'), "");