DueModel class

Inheritance
Annotations

Constructors

DueModel({required String? date, required bool? isRecurring, required String? datetime, required String? string, required String? timezone})
DueModel.fromJson(Map<String, dynamic> json)
factory

Properties

box BoxBase?
Get the box in which this object is stored. Returns null if object has not been added to a box yet.
no setterinherited
date String?
final
datetime String?
final
hashCode int
The hash code for this object.
no setterinherited
isInBox bool
Returns whether this object is currently stored in a box.
no setterinherited
isRecurring bool?
final
key → dynamic
Get the key associated with this object. Returns null if object has not been added to a box yet.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
string String?
getter/setter pair
timezone String?
final

Methods

delete() Future<void>
Deletes this object from the box it is stored in.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save() Future<void>
Persists this object.
inherited
toEntity() Due
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited