toMap method

List<Map> toMap()

GeneralUniverse

Implementation

List<Map> toMap() {
  return toJson();
}