SaveTransactionWithId class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
-
SaveTransactionWithId({String? id, String? accountId, DateTime? date, num? amount, String? payeeId, String? payeeName, String? categoryId, String? memo, SaveTransactionWithIdCleared? cleared, bool? approved, SaveTransactionWithIdFlagColor? flagColor, String? importId, List<
SaveSubTransaction> ? subtransactions}) -
SaveTransactionWithId.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accountId → String?
-
final
- amount → num?
-
final
- approved → bool?
-
final
- categoryId → String?
-
final
- cleared → SaveTransactionWithIdCleared?
-
final
- date → DateTime?
-
final
- flagColor → SaveTransactionWithIdFlagColor?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String?
-
final
- importId → String?
-
final
- memo → String?
-
final
- payeeId → String?
-
final
- payeeName → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
subtransactions
→ List<
SaveSubTransaction> ? -
final
Methods
-
copyWith(
{String? id, String? accountId, DateTime? date, num? amount, String? payeeId, String? payeeName, String? categoryId, String? memo, SaveTransactionWithIdCleared? cleared, bool? approved, SaveTransactionWithIdFlagColor? flagColor, String? importId, List< SaveSubTransaction> ? subtransactions}) → SaveTransactionWithId -
Available on SaveTransactionWithId, provided by the $SaveTransactionWithIdExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? id, Wrapped<String?> ? accountId, Wrapped<DateTime?> ? date, Wrapped<num?> ? amount, Wrapped<String?> ? payeeId, Wrapped<String?> ? payeeName, Wrapped<String?> ? categoryId, Wrapped<String?> ? memo, Wrapped<SaveTransactionWithIdCleared?> ? cleared, Wrapped<bool?> ? approved, Wrapped<SaveTransactionWithIdFlagColor?> ? flagColor, Wrapped<String?> ? importId, Wrapped<List< ? subtransactions}) → SaveTransactionWithIdSaveSubTransaction> ?> -
Available on SaveTransactionWithId, provided by the $SaveTransactionWithIdExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const SaveTransactionWithId Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(SaveTransactionWithId instance)