ConsolePresenter class

Turns a Session into a string that is decent for terminal output.

Inheritance

Constructors

ConsolePresenter(Session session)

Properties

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

Methods

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

Operators

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