create static method
MessageReadDateUserPrivacyRestricted
create({
- bool schemeUtilsIsSetDefaultData = false,
- String special_type = "messageReadDateUserPrivacyRestricted",
- String special_return_type = "messageReadDate",
override
Generate By General Universe Script Dont edit by hand or anything manual
Implementation
static MessageReadDateUserPrivacyRestricted create({
bool schemeUtilsIsSetDefaultData = false,
String special_type = "messageReadDateUserPrivacyRestricted",
String special_return_type = "messageReadDate",
}) {
// MessageReadDateUserPrivacyRestricted messageReadDateUserPrivacyRestricted = MessageReadDateUserPrivacyRestricted({
final Map messageReadDateUserPrivacyRestricted_data_create_json = {
"@type": special_type,
"@return_type": special_return_type,
};
messageReadDateUserPrivacyRestricted_data_create_json.removeWhere((key, value) => value == null);
if (schemeUtilsIsSetDefaultData) {
defaultData.forEach((key, value) {
if (messageReadDateUserPrivacyRestricted_data_create_json.containsKey(key) == false) {
messageReadDateUserPrivacyRestricted_data_create_json[key] = value;
}
});
}
return MessageReadDateUserPrivacyRestricted(messageReadDateUserPrivacyRestricted_data_create_json);
}