GetCognitoEventsResponse constructor

GetCognitoEventsResponse({
  1. Map<String, String>? events,
})

Implementation

GetCognitoEventsResponse({
  this.events,
});