toJson method

Map<String, dynamic> toJson()

Allows you to serialize object.

Implementation

Map<String, dynamic> toJson() =>
    {
      "sourceTypeLeft": sourceTypeLeft.value,
      "sourceTypeRight": sourceTypeRight.value,
      "status": status.value,
    }.clearNulls();