Mutation$updateUser$updateUser class

Available extensions

Constructors

Mutation$updateUser$updateUser({required String id, String? email, Enum$Gender? gender, String? locale, bool? widget, String? lastName, String? username, String? firstName, required DateTime createdAt, required DateTime updatedAt, bool? isMailValid, DateTime? dateOfBirth, Enum$MobileThemesEnum? mobileTheme, Enum$MaritalStatus? maritalStatus, Mutation$updateUser$updateUser$phone? phone, Mutation$updateUser$updateUser$picture? picture, List<Mutation$updateUser$updateUser$residentialAddress>? residentialAddress, List<Mutation$updateUser$updateUser$chatContact>? chatContact, List<Mutation$updateUser$updateUser$socialMedia>? socialMedia, Mutation$updateUser$updateUser$socialLoginData? socialLoginData, List<Mutation$updateUser$updateUser$education>? education, List<Mutation$updateUser$updateUser$work>? work, List<String>? hobbies, List<String>? interests})
Mutation$updateUser$updateUser.fromJson(Map<String, dynamic> json)
factory

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