LinkStory<StoryContent> class
final
Link to a story Generic type StoryContent is used to resolve a type-safe story
- Inheritance
-
- Object
- Link<
StoryContent> - DefaultLink<
StoryContent> - LinkStory
Constructors
- LinkStory.fromJson(JSONMap json)
Properties
- anchor → String?
-
Anchor ID
final
- fullSlug → String?
-
Full slug to the story
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- target → String?
-
Target value
final
- uuid → String
-
UUID of the story
final
Methods
-
getStory<
T> (Story< T> ? getResolvedStory(String uuid)) → Story<StoryContent> ? - Intended to be used by passing StoryblokClient.getResolvedStory T is needed to couple the generic content type.
-
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