KontoPlan class

the account plan .

Constructors

KontoPlan()

Properties

hashCode int
The hash code for this object.
no setterinherited
konten SplayTreeMap<String, Konto>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

analysis() String
run the analysis, comparing the 4 blocs against each other to see if the data is valid
asList({bool all = false}) List<List>
return this as a list used for exporting the data .
clear() → void
get(String ktoName) Konto?
return the asked account null if not found (BEWARE!!) .
getRange(Map<String, String> minmax, {List<Konto>? passthrough}) List<Konto>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
put(String ktoName, Konto kto) Konto
set at ktoName (Treewise) the data if kto (kto will be discarded afterwards) create the account if needed .
toString({bool extracts = false}) String
pretty print this thing .
override

Operators

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