Map<String, dynamic> toJson() => { 'endScore': endScore, if (action != null) 'action': action!.value, };