Story<Content> class

Storyblok Story, generic type Content depends on StoryblokClient.StoryContent generic type.

Constructors

Story({required String name, required DateTime createdAt, DateTime? publishedAt, required int id, required String uuid, required Content content, required String slug, required String fullSlug, String? sortByDate, required int position, required List tagList, required bool isStartpage, int? parentId, dynamic metaData, required String groupId, DateTime? firstPublishedAt, int? releaseId, required String language, dynamic path, required List alternates, dynamic defaultFullSlug, dynamic translatedSlugs})
Story.from(Story story)
factory
Story.fromJson(JSONMap json, Content contentBuilder(JSONMap))
factory

Properties

alternates List
final
content → Content
final
createdAt DateTime
final
defaultFullSlug → dynamic
final
firstPublishedAt DateTime?
final
fullSlug String
final
groupId String
final
hashCode int
The hash code for this object.
no setterinherited
id int
final
isStartpage bool
final
language String
final
metaData → dynamic
final
name String
final
parentId int?
final
path → dynamic
final
position int
final
publishedAt DateTime?
final
releaseId int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slug String
final
sortByDate String?
final
tagList List
final
translatedSlugs → dynamic
final
uuid 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