Created project base structure, state management, router and login
This commit is contained in:
9
lib/screens/links/model/links_model.dart
Normal file
9
lib/screens/links/model/links_model.dart
Normal file
@@ -0,0 +1,9 @@
|
||||
import 'package:my_linkding/constants/enums.dart';
|
||||
|
||||
class LinksModel {
|
||||
final LoadStatus loadStatus;
|
||||
|
||||
LinksModel({
|
||||
required this.loadStatus,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user