Recipient constructor
Implementation
const factory Recipient({
/// Name of the action
String? action,
/// Contract's address
String? address,
/// List of arguments for the action (must contain only JSON valid data)
dynamic args,
}) = _Recipient;