Refer to Safe.split
Safe.split
static List<String> split(String? string, Pattern pattern) => Safe.split(string, pattern);