EntryModel class

EntryModel refers to the generic class for entry result

Annotations

Constructors

EntryModel(String locale, String title, String url, String description, List categories, List tags, String uid, String createdBy, String updatedBy, String createdAt, String updatedAt, int version)
EntryModel.fromJson(Map<String, dynamic> json)
factory

Properties

categories List
read / write
createdAt String
@JsonKey(name: 'created_at'), read / write
createdBy String
@JsonKey(name: 'created_by'), read / write
description String
read / write
hashCode int
The hash code for this object.
read-only, inherited
locale String
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
tags List
read / write
title String
read / write
uid String
read / write
updatedAt String
@JsonKey(name: 'updated_at'), read / write
updatedBy String
@JsonKey(name: 'updated_by'), read / write
url String
read / write
version int
@JsonKey(name: '_version'), read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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