toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() => <String, dynamic>{
      'aspect_ratio': aspectRatio,
      'file_path': filePath,
      'height': height,
      'iso_639_1': iso6391,
      'vote_average': voteAverage,
      'vote_count': voteCount,
      'width': width,
    };