Posting class abstract

Annotations
  • @freezed

Constructors

Posting({String? flag, required Account account, Position? position, String? comment, @Default({}) Map<String, MetaValue> metadata})
factory

Properties

account Account
no setterinherited
comment String?
no setterinherited
copyWith → $PostingCopyWith<Posting>
no setterinherited
effectiveMoney → Money?
no setter
flag String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
metadata Map<String, MetaValue>
no setterinherited
position Position?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify String
no setter

Methods

balance(DateTime tansactionDate) Posting
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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