AppointmentSegment.fromJson constructor

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

Implementation

factory AppointmentSegment.fromJson(Map<String, dynamic> json) =>
    _$AppointmentSegmentFromJson(json);