InfoPushDataClickable constructor

InfoPushDataClickable({
  1. required InfoPushDataClickableCommandEnum command,
  2. List<String>? parameters,
})

Returns a new InfoPushDataClickable instance.

Implementation

InfoPushDataClickable({
  required this.command,
  this.parameters,
});