rsocket-dart
rsocket-dart copied to clipboard
Bugfix for "Payload.fromJson" factory method
BugFix. Payload data is populated with metadata
Motivation:
It's a bug.
Instead of assigning payload data to the Payload.data field, it is instead incorrectly assigned to the metadata field.
Modifications:
Corrected the field assignment.
Result:
The payload data is now assigned to the correct field.