CheckIns class
Constructors
-
CheckIns({required String id, required String userId, String? categoryId, String? status, required Map<String, dynamic> questions, String? summary, String? insight, String? brief, int? level, DateTime? createdAt, DateTime? completedAt})
-
const
-
CheckIns.fromJson(Map<String, dynamic> jsonn)
-
factory
Methods
-
copyWith({Object? id = _unset, Object? userId = _unset, Object? categoryId = _unset, Object? status = _unset, Object? questions = _unset, Object? summary = _unset, Object? insight = _unset, Object? brief = _unset, Object? level = _unset, Object? createdAt = _unset, Object? completedAt = _unset})
→ CheckIns
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
converter(List<Map<String, dynamic>> data)
→ List<CheckIns>
-
-
converterSingle(Map<String, dynamic> data)
→ CheckIns
-
-
insert({String? id, required String userId, String? categoryId, String? status, required Map<String, dynamic> questions, String? summary, String? insight, String? brief, int? level, DateTime? createdAt, DateTime? completedAt})
→ Map<String, dynamic>
-
-
New({String? id, String? userId, String? categoryId, String? status, Map<String, dynamic>? questions, String? summary, String? insight, String? brief, int? level, DateTime? createdAt, DateTime? completedAt})
→ Object
-
-
update({String? id, String? userId, String? categoryId, String? status, Map<String, dynamic>? questions, String? summary, String? insight, String? brief, int? level, DateTime? createdAt, DateTime? completedAt})
→ Map<String, dynamic>
-