Skip to content

Commit

Permalink
refactor: Run build_runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustl22 committed Mar 9, 2024
1 parent 64c524b commit bb1a8e0
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,11 @@ class _$BoutActionImpl extends _BoutAction {
@override
final int? pointCount;

@override
String toString() {
return 'BoutAction(id: $id, actionType: $actionType, bout: $bout, duration: $duration, role: $role, pointCount: $pointCount)';
}

@override
bool operator ==(Object other) {
return identical(this, other) ||
Expand Down

0 comments on commit bb1a8e0

Please sign in to comment.