Article class

Constructors

Article.new({required int articleId, required String slug, required int subCategoryId, required String title, required String body, required String articleReferences, required String activationDate, required String publishStatus, required bool adultContent, required bool featured, required String dateAdded, required String dateModified, required String bodyClean, required String imageUrl, required String url})
Article.fromJson(Map<String, dynamic> json)
factory

Properties

activationDate String
final
adultContent bool
final
articleId int
final
articleReferences String
final
body String
final
bodyClean String
final
dateAdded String
final
dateModified String
final
final
hashCode int
The hash code for this object.
no setterinherited
imageUrl String
final
publishStatus String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slug String
final
subCategoryId int
final
title String
final
url String
final

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