noSpacesAtEnd static method

String? noSpacesAtEnd(
  1. String? str
)

Implementation

static String? noSpacesAtEnd(String? str) => (str?.trim());