ContentExtensionDescriptor class final

Inheritance
  • Object
  • ExtensionDescriptor
  • ContentExtensionDescriptor

Constructors

ContentExtensionDescriptor({List<ContentDescriptor>? contents, List<ContentBuilder<ContentItem>>? contentBuilders, List<TypeDescriptor<ActionConfiguration>>? actions, List<TypeDescriptor<ConditionConfiguration>>? conditions, List<TypeDescriptor<RouteLifecycleConfiguration>>? lifecycleHandlers, List<TypeDescriptor<RouteTypeConfiguration>>? routeTypes})

Properties

actions List<TypeDescriptor<ActionConfiguration>>?
final
conditions List<TypeDescriptor<ConditionConfiguration>>?
final
contentBuilders List<ContentBuilder<ContentItem>>?
final
contents List<ContentDescriptor>?
final
hashCode int
The hash code for this object.
no setterinherited
lifecycleHandlers List<TypeDescriptor<RouteLifecycleConfiguration>>?
final
routeTypes List<TypeDescriptor<RouteTypeConfiguration>>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
The title of the extension.
finalinherited

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