Deal class

Constructors

Deal({String? id, String? creatorId, String? funnelId, String? statusId, String? executorId, String? organizationId, String? contactId, String? title, String? description, int? amount, String? winStatus})
Deal.fromJson(Map<String, dynamic> json)
factory
Deal.fromString(String jsonString)
factory

Properties

amount int?
final
contactId String?
final
creatorId String?
final
description String?
final
executorId String?
final
funnelId String?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
organizationId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusId String?
final
title String?
final
winStatus String?
final

Methods

copyWith({String? id, String? creatorId, String? funnelId, String? statusId, String? executorId, String? organizationId, String? contactId, String? title, String? description, int? amount, String? winStatus}) Deal
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 ==(Object other) bool
The equality operator.
inherited