asMap property

List<Map<String, dynamic>> get asMap

Map representation of this object

Implementation

List<Map<String, dynamic>> get asMap {
  return children.map((Node<T> child) => child.asMap).toList();
}