Column typedef

Column = Map<String, dynamic>

What a Element contains.

Implementation

typedef Column = Map<String, dynamic>;