contentstack
contentstack
EntryModel
EntryModel.fromJson factory constructor
EntryModel.fromJson
EntryModel.fromJson
constructor
EntryModel.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory EntryModel.fromJson(Map<String, dynamic> json) => _$EntryModelFromJson(json);
contentstack
contentstack
EntryModel
EntryModel.fromJson factory constructor
EntryModel class
Constructors
EntryModel
fromJson
Properties
categories
createdAt
createdBy
description
hashCode
locale
runtimeType
tags
title
uid
updatedAt
updatedBy
url
version
Methods
noSuchMethod
toJson
toString
Operators
operator ==