FollowupFlag.fromJson constructor

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

Implementation

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