CustomerData typedef

CustomerData = Map<String, dynamic>

Implementation

typedef CustomerData = Map<String, dynamic>;