OverviewEntry class
Constructors
- OverviewEntry({required String id, required String title, required String? shortName, required String fullName, required String date, required bool unread, })
-
const
-
OverviewEntry.fromJson(Map<
String, dynamic> json)
Properties
Methods
-
copyWith(
{String? id, String? title, String? shortName, String? fullName, String? date, bool? unread, }) → OverviewEntry -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override