GeneratorRecord class

Available extensions
Annotations
  • @freezed

Constructors

GeneratorRecord.new({@Default(appBskyFeedGenerator) @JsonKey(name: r'$type') String $type, required String did, required String displayName, String? description, @FacetConverter() List<Facet>? descriptionFacets, @BlobConverter() Blob? avatar, @Default(false) bool acceptsInteractions, @UGeneratorLabelConverter() UGeneratorLabel? labels, required DateTime createdAt, @JsonKey(name: r'$unknown') Map<String, dynamic>? $unknown})
const
factory
GeneratorRecord.fromJson(Map<String, dynamic> json)
factory

Properties

$type String
The unique namespace for this lex object.
no setterinherited
$unknown Map<String, dynamic>?
Contains unknown objects not defined in Lexicon.
no setterinherited
acceptsInteractions bool
Declaration that a feed accepts feedback interactions from a client through app.bsky.feed.sendInteractions
no setterinherited
avatar Blob?
no setterinherited
copyWith → $GeneratorRecordCopyWith<GeneratorRecord>
no setterinherited
createdAt DateTime
no setterinherited
description String?
no setterinherited
descriptionFacets List<Facet>?
no setterinherited
did String
no setterinherited
displayName String
no setterinherited
hasAvatar bool

Available on GeneratorRecord, provided by the $GeneratorRecordExtension extension

Returns true if avatar is not null, otherwise false.
no setter
hasDescription bool

Available on GeneratorRecord, provided by the $GeneratorRecordExtension extension

Returns true if description is not null, otherwise false.
no setter
hasDescriptionFacets bool

Available on GeneratorRecord, provided by the $GeneratorRecordExtension extension

Returns true if descriptionFacets is not null, otherwise false.
no setter
hashCode int
The hash code for this object.
no setterinherited
hasLabels bool

Available on GeneratorRecord, provided by the $GeneratorRecordExtension extension

Returns true if labels is not null, otherwise false.
no setter
hasNotAvatar bool

Available on GeneratorRecord, provided by the $GeneratorRecordExtension extension

Returns true if avatar is null, otherwise false.
no setter
hasNotDescription bool

Available on GeneratorRecord, provided by the $GeneratorRecordExtension extension

Returns true if description is null, otherwise false.
no setter
hasNotDescriptionFacets bool

Available on GeneratorRecord, provided by the $GeneratorRecordExtension extension

Returns true if descriptionFacets is null, otherwise false.
no setter
hasNotLabels bool

Available on GeneratorRecord, provided by the $GeneratorRecordExtension extension

Returns true if labels is null, otherwise false.
no setter
hasNotUnknown bool

Available on GeneratorRecord, provided by the $GeneratorRecordExtension extension

Returns true if this object has not unknown objects, otherwise false.
no setter
hasUnknown bool

Available on GeneratorRecord, provided by the $GeneratorRecordExtension extension

Returns true if this object has unknown objects, otherwise false.
no setter
isAcceptsInteractions bool

Available on GeneratorRecord, provided by the $GeneratorRecordExtension extension

Returns true or false from acceptsInteractions.
no setter
isNotAcceptsInteractions bool

Available on GeneratorRecord, provided by the $GeneratorRecordExtension extension

Returns negated true or false from acceptsInteractions.
no setter
labels UGeneratorLabel?
Self-label values
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
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