toJson method

List toJson()

Implementation

List<dynamic> toJson() => entries.map((e) => e.toJson()).toList();