Presenter class abstract

Base class for turning a Session into a string.

Implementers

Constructors

Presenter(Session session)

Properties

hashCode int
The hash code for this object.
no setterinherited
kvps Map
no setter
movements List<Movement>
no setter
notes List<String>
no setter
occurred DateTime
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
session Session
getter/setter pair

Methods

initString() StringBuffer
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
present() String
toString() String
A string representation of this object.
inherited
writeMetadata(StringBuffer result) → void
writeMovements(StringBuffer result) → void
writeNotes(StringBuffer result) → void

Operators

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