toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  return {
    'id': id,
    'practice_id': practiceId,
    'knowledge_source': knowledgeSource,
    'knowledge_timing': knowledgeTiming,
    'knowledge_products': knowledgeProducts,
    'uptake_motivation': uptakeMotivation,
    'knowledge_source_details': knowledgeSourceDetails,
    'knowledge_timing_details': knowledgeTimingDetails,
  };
}