filesToJson function

String filesToJson(
  1. Files data
)

Implementation

String filesToJson(Files data) => json.encode(data.toJson());