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