Created project base structure, state management, router and login
This commit is contained in:
4
lib/helpers/wrapped_class.dart
Normal file
4
lib/helpers/wrapped_class.dart
Normal file
@@ -0,0 +1,4 @@
|
||||
class Wrapped<T> {
|
||||
final T value;
|
||||
const Wrapped.value(this.value);
|
||||
}
|
||||
Reference in New Issue
Block a user