LandingPageEntry class

Constructors

LandingPageEntry({dynamic key, required String label, required String routerPath, required String headline, required String imagePath, required dynamic githubRepo, required String description, required String lastModified, required String fileTitle, required String fileAdditionalInfo, required String fileBaseDir, String? imageCaptioning})
const

Properties

description String
final
fileAdditionalInfo String
final
fileBaseDir String
final
fileTitle String
final
githubRepo → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
headline String
final
imageCaptioning String?
final
imagePath String
final
label String
final
lastModified String
final
routerPath String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createState() → dynamic
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