UpdateDto class

Constructors

UpdateDto(String id, String author, String publish, List<String> publish_locations, List<ContentDto> translations, String created_at, String updated_at)
UpdateDto.fromJson(Map<String, dynamic> json)

Properties

author String
getter/setter pair
created_at String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
publish String
getter/setter pair
publish_locations List<String>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
translations List<ContentDto>
getter/setter pair
updated_at String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited