@override Map<String, dynamic> toJson() => <String, dynamic>{ 'storyboard_file': storyboardFile?.toJson(), 'width': width, 'height': height, 'map_file': mapFile?.toJson(), '@type': constructor, };