AlertEventBody constructor
AlertEventBody({})
Implementation
AlertEventBody({
required this.alertType,
required this.alertMessage,
String? sdkVersion,
String? sdkId,
String? attr1,
String? attr2,
String? attr3,
String? attr4,
String? attr5,
}) : super(
sdkVersion: sdkVersion,
sdkId: sdkId,
attr1: attr1,
attr2: attr2,
attr3: attr3,
attr4: attr4,
attr5: attr5,
);