ReceivablesAccount class

Annotations
  • @freezed

Constructors

ReceivablesAccount({@JsonKey(name: 'id') String? id, @JsonKey(name: 'name') String? name, @JsonKey(name: 'is_active') bool? isActive, @JsonKey(name: 'number') String? number, @JsonKey(name: 'tag') String? tag, @JsonKey(name: 'description') String? description})
factory
ReceivablesAccount.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $ReceivablesAccountCopyWith<ReceivablesAccount>
no setterinherited
description String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String?
no setterinherited
isActive bool?
no setterinherited
name String?
no setterinherited
number String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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