Book class

Book class, holds an accountplan and a journal.

Is able to propagate the analysis aof the account data groups together the toString to be able to print everything directly from here

Constructors

Book({dynamic kpl, dynamic jrl})
CTOR if no accountplan is given initializes with aen empty one

Properties

hashCode int
The hash code for this object.
no setterinherited
jrl Journal
getter/setter pair
kpl KontoPlan
getter/setter pair
name String
getter/setter pair
ops Map<String, dynamic>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() Book
clear.
execute() Book
launches the analyze of the data.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString({bool extracts = false}) String
toString.
override

Operators

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