toMap method
Implementation
@override
Map<String, dynamic> toMap() {
return {
'Flower_of_Life': Flower_of_Life,
'Sands_of_Eon': Sands_of_Eon,
'Plume_of_Death': Plume_of_Death,
'Circlet_of_Logos': Circlet_of_Logos,
'Goblet_of_Eonothem': Goblet_of_Eonothem,
'one_set_description': one_set_description,
'two_set_description': two_set_description,
'four_set_description': four_set_description,
'Flower_of_Life_asset': Flower_of_Life_asset,
'Sands_of_Eon_asset': Sands_of_Eon_asset,
'Plume_of_Death_asset': Plume_of_Death_asset,
'Circlet_of_Logos_asset': Circlet_of_Logos_asset,
'Goblet_of_Eonothem_asset': Goblet_of_Eonothem_asset,
};
}