Payee class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

Payee({required String id, required String name, String? transferAccountId, required bool deleted})
Payee.fromJson(Map<String, dynamic> json)
factory

Properties

deleted bool
final
hashCode int
The hash code for this object.
no setteroverride
id String
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transferAccountId String?
final

Methods

copyWith({String? id, String? name, String? transferAccountId, bool? deleted}) Payee

Available on Payee, provided by the $PayeeExtension extension

copyWithWrapped({Wrapped<String>? id, Wrapped<String>? name, Wrapped<String?>? transferAccountId, Wrapped<bool>? deleted}) Payee

Available on Payee, provided by the $PayeeExtension 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 Payee Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(Payee instance)