$artifactToMap function
Implementation
Map<String,dynamic> $artifactToMap(Object o)=>o is Person ?o.toMap():o is Animal ?o.toMap():o is Dog ?o.toMap():o is Zoo ?o.toMap():o is ListenerModel ?o.toMap():o is FeatureModel ?o.toMap():o is ReflectModel ?o.toMap():o is SchemaModel ?o.toMap():throw Exception();