TrackerDetails class

A data model representing the details of a tracker.

This model includes a title and a datetime.

Constructors

TrackerDetails({required String title, required String datetime})
Creates a new tracker details instance.

Properties

datetime String
The datetime associated with the tracker details.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
The title of the tracker details.
final

Methods

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.
inherited