toDartMap method
Implementation
Map toDartMap() {
var map = this.dartify()! as Map;
// TODO: convert inner map and list?
return map;
}
Map toDartMap() {
var map = this.dartify()! as Map;
// TODO: convert inner map and list?
return map;
}