copyWith method
Implementation
GetPushReceiverId copyWith({
String? payload,
}) => GetPushReceiverId(
payload: payload ?? this.payload,
);
GetPushReceiverId copyWith({
String? payload,
}) => GetPushReceiverId(
payload: payload ?? this.payload,
);