addJsonProperty method
Add a JSON property
Implementation
CFUserBuilder addJsonProperty(String key, Map<String, dynamic> value,
{bool isPrivate = false, bool isSession = false}) {
return addMapProperty(key, value,
isPrivate: isPrivate, isSession: isSession);
}