DraftEmbedLocalRef constructor
const
DraftEmbedLocalRef({})
Implementation
@JsonSerializable(includeIfNull: false)
const factory DraftEmbedLocalRef({
@Default('app.bsky.draft.defs#draftEmbedLocalRef') String $type,
/// Local, on-device ref to file to be embedded. Embeds are currently device-bound for drafts.
required String path,
Map<String, dynamic>? $unknown,
}) = _DraftEmbedLocalRef;