NUIPushOSResponse constructor

NUIPushOSResponse({
  1. String? id,
  2. int? recipients,
  3. Map<String, dynamic>? errors,
  4. String? externalId,
})

Implementation

NUIPushOSResponse({this.id, this.recipients, this.errors, this.externalId});