EventBirthdayProperties.fromJson constructor

EventBirthdayProperties.fromJson(
  1. 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?,
    );