AlertProperties constructor

AlertProperties({
  1. String? url,
  2. String? contentUuid,
})

Implementation

AlertProperties({this.url, this.contentUuid});