Mutation$updateUser$updateUser$education class

Available extensions

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
tags List<String>?
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