Skip to content

Commit

Permalink
Stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
JhonaCodes committed Dec 19, 2024
1 parent c9df198 commit 6671aa8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/src/viewmodel/viewmodel_impl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ abstract class ViewModelImpl<T> extends StateNotifierImpl<T> {
}
}


@override
T get data => this.data;
}

/// [ViewModelStateImpl]
Expand Down Expand Up @@ -102,7 +99,4 @@ abstract class ViewModelStateImpl<T> extends StateNotifierImpl<T> {
}
}


@override
T get data => this.data;
}

0 comments on commit 6671aa8

Please sign in to comment.