Input$UserWithTargetInput class
Constructors
- 
          Input$UserWithTargetInput({String? email, String? username, Input$PhoneInput? phone, String? permission, required String password, Input$PictureInput? picture, List<Input$PictureInput> ? pictures, List<Input$PictureInput> ? covers, String? firstName, Enum$UserStatus? status, String? title, String? about, String? lastName, Enum$MaritalStatus? maritalStatus, Enum$Gender? gender, List<String> ? languages, List<Input$UserEducationInput> ? education, List<Input$UserWorkInput> ? work, List<String> ? lived, List<String> ? hobbies, List<String> ? interests, bool? isMailValid, bool? plugged, bool? widget, DateTime? dateOfBirth, List<Input$SocialValueInput> ? chatContact, List<Input$SocialValueInput> ? socialMedia, String? nationality, String? locale, String? placeOfBirth, List<Input$FullAddressInput> ? residentialAddress, List<Input$FullAddressInput> ? shippingAddress, List<Input$FullAddressInput> ? billingAddress, Enum$MobileThemesEnum? mobileTheme, Enum$SourcesEnum? source, bool? newsletterSubs, List<Input$UserCustomInput> ? custom, required List<Enum$UserRole> roles, List<Enum$App> ? apps, String? phoneNumber, required Input$TargetACIInput target, String? subject, String? language})
- 
          
            factory
- 
          Input$UserWithTargetInput.fromJson(Map<String, dynamic> data)
- 
          
            factory
Properties
- about → String?
- 
  
  no setter
- 
  apps
  → List<Enum$App> ?
- 
  
  no setter
- 
  billingAddress
  → List<Input$FullAddressInput> ?
- 
  
  no setter
- 
  chatContact
  → List<Input$SocialValueInput> ?
- 
  
  no setter
- 
  copyWith
  → CopyWith$Input$UserWithTargetInput<Input$UserWithTargetInput> 
- 
  
  no setter
- 
  covers
  → List<Input$PictureInput> ?
- 
  
  no setter
- 
  custom
  → List<Input$UserCustomInput> ?
- 
  
  no setter
- dateOfBirth → DateTime?
- 
  
  no setter
- 
  education
  → List<Input$UserEducationInput> ?
- 
  
  no setter
- email → String?
- 
  
  no setter
- firstName → String?
- 
  
  no setter
- gender → Enum$Gender?
- 
  
  no setter
- hashCode → int
- 
  The hash code for this object.
  no setteroverride
- 
  hobbies
  → List<String> ?
- 
  
  no setter
- 
  interests
  → List<String> ?
- 
  
  no setter
- isMailValid → bool?
- 
  
  no setter
- language → String?
- 
  
  no setter
- 
  languages
  → List<String> ?
- 
  
  no setter
- lastName → String?
- 
  
  no setter
- 
  lived
  → List<String> ?
- 
  
  no setter
- locale → String?
- 
  
  no setter
- maritalStatus → Enum$MaritalStatus?
- 
  
  no setter
- mobileTheme → Enum$MobileThemesEnum?
- 
  
  no setter
- nationality → String?
- 
  
  no setter
- 
  
  no setter
- password → String
- 
  
  no setter
- permission → String?
- 
  
  no setter
- phone → Input$PhoneInput?
- 
  
  no setter
- phoneNumber → String?
- 
  
  no setter
- picture → Input$PictureInput?
- 
  
  no setter
- 
  pictures
  → List<Input$PictureInput> ?
- 
  
  no setter
- placeOfBirth → String?
- 
  
  no setter
- plugged → bool?
- 
  
  no setter
- 
  residentialAddress
  → List<Input$FullAddressInput> ?
- 
  
  no setter
- 
  roles
  → List<Enum$UserRole> 
- 
  
  no setter
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- 
  shippingAddress
  → List<Input$FullAddressInput> ?
- 
  
  no setter
- 
  
  no setter
- source → Enum$SourcesEnum?
- 
  
  no setter
- status → Enum$UserStatus?
- 
  
  no setter
- subject → String?
- 
  
  no setter
- target → Input$TargetACIInput
- 
  
  no setter
- title → String?
- 
  
  no setter
- username → String?
- 
  
  no setter
- widget → bool?
- 
  
  no setter
- 
  work
  → List<Input$UserWorkInput> ?
- 
  
  no setter
Methods
- 
  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.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  override