FollowUpIntentInfo.fromJson constructor

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

Implementation

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