CopyWith$Input$PointOfSaleInput<TRes> class abstract

Properties

hashCode int
The hash code for this object.
no setterinherited
openingHours CopyWith$Input$OpeningHoursInput<TRes>
no setter
picture CopyWith$Input$PictureInput<TRes>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call({String? name, String? title, String? subtitle, String? description, List<String>? tags, String? brandColor, String? reference, bool? published, Input$PictureInput? picture, List<Input$PictureInput>? outsidePictures, List<Input$PictureInput>? insidePictures, Input$OpeningHoursInput? openingHours, List<Input$SpecilOfferInput>? specialOffers, List<Input$FullAddressInput>? locations, List<String>? email, List<String>? contactEmails, List<Input$TargetCurrencyInput>? currencies, List<String>? languages, List<String>? phone, String? website, List<Input$SocialValueInput>? chatContact, List<Input$SocialValueInput>? socialMedia, double? averageCustomers, String? turnover, List<String>? posCategory, String? company, List<String>? services, List<String>? paymentMethods, List<Input$POSLoyaltyInput>? loyaltyPrograms}) → TRes
chatContact(Iterable<Input$SocialValueInput>? _fn(Iterable<CopyWith$Input$SocialValueInput<Input$SocialValueInput>>?)) → TRes
currencies(Iterable<Input$TargetCurrencyInput>? _fn(Iterable<CopyWith$Input$TargetCurrencyInput<Input$TargetCurrencyInput>>?)) → TRes
insidePictures(Iterable<Input$PictureInput>? _fn(Iterable<CopyWith$Input$PictureInput<Input$PictureInput>>?)) → TRes
locations(Iterable<Input$FullAddressInput>? _fn(Iterable<CopyWith$Input$FullAddressInput<Input$FullAddressInput>>?)) → TRes
loyaltyPrograms(Iterable<Input$POSLoyaltyInput>? _fn(Iterable<CopyWith$Input$POSLoyaltyInput<Input$POSLoyaltyInput>>?)) → TRes
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
outsidePictures(Iterable<Input$PictureInput>? _fn(Iterable<CopyWith$Input$PictureInput<Input$PictureInput>>?)) → TRes
socialMedia(Iterable<Input$SocialValueInput>? _fn(Iterable<CopyWith$Input$SocialValueInput<Input$SocialValueInput>>?)) → TRes
specialOffers(Iterable<Input$SpecilOfferInput>? _fn(Iterable<CopyWith$Input$SpecilOfferInput<Input$SpecilOfferInput>>?)) → TRes
toString() String
A string representation of this object.
inherited

Operators

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