DataPageEntry class

Constructors

DataPageEntry({dynamic key, required String label, required String routerPath, required String imagePath, required String description, required String lastModified, required String followLabel, String? imageCaptioning})
const

Properties

description String
final
followLabel String
final
hashCode int
The hash code for this object.
no setterinherited
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

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