PageModel class

Constructors

PageModel({required Image image, required Text title, required Text info})

Properties

hashCode int
The hash code for this object.
no setterinherited
image Image
final
info Text
assetPath is the path of the image you have somewhere inside your project title is the title of the page you provide info is the info of the page you provide
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title Text
assetPath is the path of the image you have somewhere inside your project title is the title of the page you provide info is the info of the page you provide
final

Methods

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