trim static method

String trim(
  1. String? string
)

Refer to Safe.trim

Implementation

static String trim(String? string) => Safe.trim(string);