moviesToJson function

String moviesToJson(
  1. Movies data
)

Implementation

String moviesToJson(Movies data) => json.encode(data.toJson());