Input$UserWorkInput class

Constructors

Input$UserWorkInput({String? company, String? position, String? description, String? city, String? country, List<String>? tags, DateTime? from, DateTime? to, bool? current})
factory
Input$UserWorkInput.fromJson(Map<String, dynamic> data)
factory

Properties

city String?
no setter
company String?
no setter
copyWith CopyWith$Input$UserWorkInput<Input$UserWorkInput>
no setter
country String?
no setter
current bool?
no setter
description String?
no setter
from DateTime?
no setter
hashCode int
The hash code for this object.
no setteroverride
position 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