EventBirthdayProperties.fromJson constructor
EventBirthdayProperties.fromJson(
- Map json_
Implementation
EventBirthdayProperties.fromJson(core.Map json_)
: this(
contact: json_['contact'] as core.String?,
customTypeName: json_['customTypeName'] as core.String?,
type: json_['type'] as core.String?,
);