toJson method

  1. @override
Iterable toJson()

Implementation

@override
Iterable toJson() => value.map((it) => it.toJson()).toList();