toCollection method

  1. @override
List<Object> toCollection(
  1. List<DynamicMap> list
)
override

Callback for converting internal collection data when POSTing to the API.

Implementation

@override
List<Object> toCollection(List<DynamicMap> list) => list.cast<Object>();