toJson method

List<Map> toJson()

Implementation

List<Map> toJson() {
  return map((e) => e.toJson()).toList().cast<Map>();
}