RouteBase class abstract

Inheritance
Implemented types

Constructors

RouteBase({required String schemaType, RouteTypeConfiguration? routeType, required String title, required String path, String? category, required DateTime createdAt, required DateTime updatedAt, required String id, LayoutConfiguration<ContentItem>? layout})
RouteBase.fromJson(Map<String, dynamic> json)
factory

Properties

category String?
final
createdAt DateTime
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
layout LayoutConfiguration<ContentItem>?
finalinherited
parent ContentItem?
getter/setter pairinherited
path String
final
routeType RouteTypeConfiguration?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaType String
finalinherited
title String
final
updatedAt DateTime
final

Methods

createPage<T>(BuildContext context, [LocalKey? pageKey]) Page<T>
dispose() Future<void>
init() Future<RouteBase?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setParent(Iterable<ContentItem?> children) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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