toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return {
    'single_file_per_layer': singleFilePerLayer,
    'video_on_demand': videoOnDemand
  };
}