SchedulerEventWithCustomerInfo.fromJson constructor

SchedulerEventWithCustomerInfo.fromJson(
  1. Map<String, dynamic> json
)

Implementation

SchedulerEventWithCustomerInfo.fromJson(Map<String, dynamic> json)
    : customerTitle = json['customerTitle'],
      customerIsPublic = json['customerIsPublic'],
      super.fromJson(json);