toMapList property

List<Map> toMapList

Implementation

List<Map<dynamic, dynamic>> get toMapList =>
    List<Map<dynamic, dynamic>>.from(this);