Header class

header image of the ticket

Constructors

Header({required DateTime dateTime, required String title})
const
Header.fromJson(Map<String, dynamic> json)
factory

Properties

dateTime DateTime
the date time when the ticket was last refreshed
final
hashCode int
The hash code for this object.
no setterinherited
the PNG content of the logo
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
the name of the ticket in German with the validity period - better do not use
final

Methods

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

Operators

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