ContactSendNotificationInput constructor
const
ContactSendNotificationInput({})
Implementation
@JsonSerializable(includeIfNull: false)
const factory ContactSendNotificationInput({
/// The DID of who this notification comes from.
required String from,
/// The DID of who this notification should go to.
required String to,
Map<String, dynamic>? $unknown,
}) = _ContactSendNotificationInput;