toJson method

  1. @override
String? toJson(
  1. List<String> object
)

Implementation

@override
String? toJson(object) => object.join(separator);