TemplateNotFound class final

A template nobody registered.

Implemented types

Constructors

TemplateNotFound(String name, List<String> available)
Reports that name is unknown, listing what is available.
const

Properties

available List<String>
The templates that do exist, sorted.
final
hashCode int
The hash code for this object.
no setterinherited
name String
The template that was asked for.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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