ListItem class

Constructors

ListItem({required int gtoId, required String dayOfWeek, required String date, required String timeStart, required String name, required String coachName, required String trainerPhotoUrl, required int duration, required bool status})
ListItem.fromJson(Map<String, dynamic> json)
factory

Properties

coachName String
final
date String
final
dayOfWeek String
final
duration int
final
endTime String
no setter
gtoId int
final
hashCode int
The hash code for this object.
no setterinherited
name String
final
props List<Object>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status bool
final
timeStart String
final
trainerPhotoUrl String
final

Methods

copyWith({int? gtoId, String? dayOfWeek, String? date, String? timeStart, String? name, String? coachName, String? trainerPhotoUrl, int? duration, bool? status}) ListItem
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