toJson method
Implementation
@override
Map<String, dynamic> toJson() => <String, dynamic>{
'owner_id': ownerId?.toJson(),
'subscription_id': subscriptionId,
'direction': direction?.toJson(),
'offset': offset,
'limit': limit,
'@type': constructor,
};