toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (bindingId != null) 'bindingId': bindingId!,
if (condition != null) 'condition': condition!,
if (members != null) 'members': members!,
if (role != null) 'role': role!,
};