JsonPresenter class

Converts a Session into a JSON string.

Inheritance

Constructors

JsonPresenter(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
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
present() String
override
toString() String
A string representation of this object.
inherited
writeMetadata(StringBuffer result) → void
inherited
writeMovements(StringBuffer result) → void
inherited
writeNotes(StringBuffer result) → void
inherited

Operators

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