InterpolationFormat class

A parsed format from a string.

e.g. formatName = name='formatName' options=empty formatName() = name='formatName' options=empty formatName(op1: true; op2: some text) = name='formatName' options={'op1': true, op2:'some text'}

Constructors

InterpolationFormat(String name, Map<String, Object> options)
const

Properties

hashCode int
The hash code for this object.
no setteroverride
name String
The name of the format
final
options Map<String, Object>
The options that were associated to name.
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.
override

Constants

fallback → const InterpolationFormat
Special interpolation case where the value was not a String, and no other formats were found.