toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (notifyNewUser != null) 'notifyNewUser': notifyNewUser!,
if (parent != null) 'parent': parent!,
if (userLink != null) 'userLink': userLink!.toJson(),
};