toJson method
Implementation
@override
Map<String, dynamic> toJson() => withoutNulls({
'clients': clients?.map((item) => item.toJson()).toList(),
'decryption': decryption,
'fallbacks': fallbacks?.map((item) => item.toJson()).toList(),
'flow': flow,
'testseed': testseed,
});