Element typedef

Element = Map<String, dynamic>

Type for the given elements map.

Implementation

typedef Element = Map<String, dynamic>;