made use of first class citizen objects as json validator functions
This commit is contained in:
@@ -25,7 +25,7 @@ class TimeEntryCreate with _$TimeEntryCreate {
|
||||
const factory TimeEntryCreate({
|
||||
String? id,
|
||||
required DateTime startTime,
|
||||
DateTime? endTime,
|
||||
DateTime? endTime,
|
||||
String? description,
|
||||
required String userId,
|
||||
required String projectId,
|
||||
|
||||
Reference in New Issue
Block a user