CelmGoalRef constructor

const CelmGoalRef({
  1. required String id,
  2. Map<String, dynamic> params = const {},
})

Implementation

const CelmGoalRef({required this.id, this.params = const {}});