toMap method

  1. @override
Map toMap()
override

Implementation

@override
Map toMap() => {
      'For': _list.map((x) => x.toMap()),
    };