WorkDTO class

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)

Constructors

WorkDTO({String? title, List<int>? covers, List<String>? subjectPlaces, String? firstPublishDate, List<String>? subjectPeople, String? key, List<AuthorPart>? authors, List<String>? subjects, List<String>? subjectTimes, int? latestRevision, int? revision})
WorkDTO.fromJson(Map<String, dynamic> json)
factory

Properties

authors List<AuthorPart>?
getter/setter pair
covers List<int>?
getter/setter pair
firstPublishDate String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
key String?
getter/setter pair
latestRevision int?
getter/setter pair
revision int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subjectPeople List<String>?
getter/setter pair
subjectPlaces List<String>?
getter/setter pair
subjects List<String>?
getter/setter pair
subjectTimes List<String>?
getter/setter pair
title String?
getter/setter pair

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.
inherited