Schedule class

Constructors

Schedule({required int season, required int round, required String url, required String raceName, required Circuit circuit, required DateTime dateTime, required FirstPractice firstPractice, Sprint? sprint, SecondPractice? secondPractice, ThirdPractice? thirdPractice, required Qualifying qualifying})
Schedule.fromMap(Map<String, dynamic> map)
factory

Properties

circuit Circuit
final
dateTime DateTime
final
firstPractice FirstPractice
final
hashCode int
The hash code for this object.
no setterinherited
qualifying Qualifying
final
raceName String
final
round int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
season int
final
secondPractice SecondPractice?
final
sprint Sprint?
final
thirdPractice ThirdPractice?
final
url String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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