FAQContent class

Annotations
  • @freezed

Constructors

FAQContent({@JsonKey(name: 'id') String? id, @JsonKey(name: 'createdAt') String? createdAt, @JsonKey(name: 'excerpt') String? excerpt, @JsonKey(name: 'featureImage') String? featureImage, @JsonKey(name: 'html') String? html, @JsonKey(name: 'publishedAt') String? publishedAt, @JsonKey(name: 'slug') String? slug, @JsonKey(name: 'title') String? title, @JsonKey(name: 'readingTime') int? readingTime, @JsonKey(name: 'tags') List<FAQTag?>? tags})
factory
FAQContent.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $FAQContentCopyWith<FAQContent>
no setterinherited
createdAt String?
no setterinherited
excerpt String?
no setterinherited
featureImage String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
html String?
no setterinherited
id String?
no setterinherited
publishedAt String?
no setterinherited
readingTime int?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slug String?
no setterinherited
tags List<FAQTag?>?
no setterinherited
title String?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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