ShopliveShortformLogData constructor

ShopliveShortformLogData({
  1. required String command,
  2. String? payload,
})

Implementation

ShopliveShortformLogData({
  required this.command,
  this.payload,
});