SendRawResponse constructor

const SendRawResponse(
  1. String address,
  2. dynamic raw,
  3. dynamic target_raw,
  4. int timestamp,
)

Implementation

const factory SendRawResponse(String address, dynamic raw, dynamic target_raw, int timestamp) = _$SendRawResponse;