Allows you to serialize object.
Map<String, dynamic> toJson() => { "transactionId": transactionId, "tag": tag, }.clearNulls();