EditionDTO class

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

Constructors

EditionDTO({String? key = '', String workKey = '', String? title = '', List<String>? publishers = const [], List<int> covers = const [], String? publishDate = '', List<String>? authors})
EditionDTO.fromJson(Map<String, dynamic> json)
factory

Properties

authors List<String>?
getter/setter pair
covers List<int>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
key String?
getter/setter pair
publishDate String?
getter/setter pair
publishers List<String>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
getter/setter pair
workKey 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

Static Methods

authorsFromJSON(dynamic json) List<String>?
authorsToJSON(dynamic json) → dynamic