Query$user$user$education class

Available extensions

Constructors

Query$user$user$education({Enum$AcademicLevel? level, String? name, String? description, List<String>? tags, DateTime? from, DateTime? to, bool? graduated, Query$user$user$education$city? city, Query$user$user$education$country? country})
Query$user$user$education.fromJson(Map<String, dynamic> json)
factory

Properties

city Query$user$user$education$city?
final
copyWith CopyWith$Query$user$user$education<Query$user$user$education>

Available on Query$user$user$education, provided by the UtilityExtension$Query$user$user$education extension

no setter
country Query$user$user$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