note entity
This commit is contained in:
@@ -2,7 +2,8 @@ import 'base_entity.dart';
|
||||
|
||||
class Note extends BaseEntity {
|
||||
static String id = BaseEntity.getId;
|
||||
static String Title = BaseEntity.getTitle;
|
||||
static String CreationDate = BaseEntity.getCreationDate;
|
||||
|
||||
static String title = BaseEntity.getTitle;
|
||||
static String creationDate = BaseEntity.getCreationDate;
|
||||
static String lastModificationDate = "LastModificationDate";
|
||||
static String description = "";
|
||||
}
|
||||
Reference in New Issue
Block a user