Item class

A single Item from the DSBMobile API. (https://github.com/Ampless/Adsignificamus#response-1)

Constructors

Item({required String id, required String date, required String title, required String detail, required String tags, required int conType, required int prio, required int index, required List<Item> childs, required String preview})
Item.fromJson(dynamic json)

Properties

childs List<Item>
getter/setter pair
conType int
getter/setter pair
date String
getter/setter pair
detail String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
index int
getter/setter pair
preview String
getter/setter pair
prio int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags 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() → dynamic
toString() String
A string representation of this object.
inherited

Operators

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