toMap method

List<Map> toMap()

Implementation

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