Rpc constructor

const Rpc({
  1. required String payload,
})

Implementation

const factory Rpc({
  required String payload,
}) = _Rpc;