RichtextFacetByteSlice constructor
- @JsonSerializable.new(includeIfNull: false)
const
RichtextFacetByteSlice(
{ - @Default.new('app.bsky.richtext.facet#byteSlice') String $type,
- required int byteStart,
- required int byteEnd,
- Map<String, dynamic>? $unknown,
})
Implementation
@JsonSerializable(includeIfNull: false)
const factory RichtextFacetByteSlice({
@Default('app.bsky.richtext.facet#byteSlice') String $type,
required int byteStart,
required int byteEnd,
Map<String, dynamic>? $unknown,
}) = _RichtextFacetByteSlice;