RecordsEvent constructor

RecordsEvent(
  1. String? payload
)

Implementation

RecordsEvent(
  this.payload,
);