GetPlatformApplicationAttributesResponse constructor

GetPlatformApplicationAttributesResponse({
  1. Map<String, String>? attributes,
})

Implementation

GetPlatformApplicationAttributesResponse({
  this.attributes,
});