NotificareAttachment constructor

NotificareAttachment(
  1. String? mimeType,
  2. String? uri
)

Implementation

NotificareAttachment(this.mimeType, this.uri);