toJson method

  1. @override
dynamic toJson()
override

Implementation

@override
toJson() => values.map((e) => e.toJson()).toList();