Mutation$updateUser$updateUser$education class
- Available extensions
Constructors
-
Mutation$updateUser$updateUser$education({Enum$AcademicLevel? level, String? name, String? description, List<
String> ? tags, DateTime? from, DateTime? to, bool? graduated, Mutation$updateUser$updateUser$education$city? city, Mutation$updateUser$updateUser$education$country? country}) -
Mutation$updateUser$updateUser$education.fromJson(Map<
String, dynamic> json) -
factory
Properties
- city → Mutation$updateUser$updateUser$education$city?
-
final
-
copyWith
→ CopyWith$Mutation$updateUser$updateUser$education<
Mutation$updateUser$updateUser$education> -
Available on Mutation$updateUser$updateUser$education, provided by the UtilityExtension$Mutation$updateUser$updateUser$education extension
no setter - country → Mutation$updateUser$updateUser$education$country?
-
final
- description → String?
-
final
- from → DateTime?
-
final
- graduated → bool?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- level → Enum$AcademicLevel?
-
final
- name → 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