CopyWith$Input$CompanyContactUpdateInput<TRes> class abstract

Properties

address CopyWith$Input$FullAddressInput<TRes>
no setter
hashCode int
The hash code for this object.
no setterinherited
media CopyWith$Input$MediaInput<TRes>
no setter
phone CopyWith$Input$IPhoneInput<TRes>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call({String? firstName, String? lastName, String? email, Input$IPhoneInput? phone, DateTime? dateOfBirth, List<Input$SocialValueInput>? chatContact, List<Input$SocialValueInput>? socialMedia, DateTime? lastContacted, String? leadScore, Input$MediaInput? media, List<String>? tags, String? externalId, Input$FullAddressInput? address}) → TRes
chatContact(Iterable<Input$SocialValueInput>? _fn(Iterable<CopyWith$Input$SocialValueInput<Input$SocialValueInput>>?)) → TRes
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
socialMedia(Iterable<Input$SocialValueInput>? _fn(Iterable<CopyWith$Input$SocialValueInput<Input$SocialValueInput>>?)) → TRes
toString() String
A string representation of this object.
inherited

Operators

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