Input$UserEducationInput class

Constructors

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

Properties

city String?
no setter
copyWith CopyWith$Input$UserEducationInput<Input$UserEducationInput>
no setter
country String?
no setter
description String?
no setter
from DateTime?
no setter
graduated bool?
no setter
hashCode int
The hash code for this object.
no setteroverride
level Enum$AcademicLevel?
no setter
name String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<String>?
no setter
to DateTime?
no setter

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