toJMapList method

JMapList toJMapList()

Implementation

JMapList toJMapList() {
  final dicts = toList<Map<String, dynamic>>();
  return dicts.map((e) => JMap(e)).toList();
}