ViewData typedef

ViewData = Map<String, dynamic>

Type alias for view data.

Implementation

typedef ViewData = Map<String, dynamic>;