Mutation$updateUser$updateUser$work class
- Available extensions
Constructors
-
Mutation$updateUser$updateUser$work({String? company, String? position, String? description, Mutation$updateUser$updateUser$work$city? city, Mutation$updateUser$updateUser$work$country? country, List<
String> ? tags, DateTime? from, DateTime? to, bool? current}) -
Mutation$updateUser$updateUser$work.fromJson(Map<
String, dynamic> json) -
factory
Properties
- city → Mutation$updateUser$updateUser$work$city?
-
final
- company → String?
-
final
-
copyWith
→ CopyWith$Mutation$updateUser$updateUser$work<
Mutation$updateUser$updateUser$work> -
Available on Mutation$updateUser$updateUser$work, provided by the UtilityExtension$Mutation$updateUser$updateUser$work extension
no setter - country → Mutation$updateUser$updateUser$work$country?
-
final
- current → bool?
-
final
- description → String?
-
final
- from → DateTime?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- position → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
final
- to → DateTime?
-
final
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