DSBMobileEntry class

Constructors

DSBMobileEntry.parse(Map<String, dynamic> json)
factory

Properties

children List<DSBMobileEntry>
getter/setter pair
conType int
Possibly the content type of this entry.
getter/setter pair
date String
The date that this entry was published.
getter/setter pair
detail String?
A optional description of this entry.
getter/setter pair
getDateTime DateTime
Gets this news items release time as a DateTime object. Throws a FormatException if the date string cannot be parsed
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
The UUID of this entry.
getter/setter pair
index int
The index of this entry in the parent list.
getter/setter pair
previewImage String
no setter
prio int
Possibly the priority of this entry.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
The title of this entry.
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