Converts the object to a JSON representation.
@override List<Map<String, dynamic>> toJson() { return mints.map((e) => e.toJson()).toList(); }