ReleaseCommentCompact constructor
const
ReleaseCommentCompact({
- required int id,
- ProfileSlim? profile,
- String? message,
- bool? isSpoiler,
- ReleaseCompact? release,
- int? embeddableId,
- String? embeddableTitle,
Implementation
const ReleaseCommentCompact({
required this.id,
this.profile,
this.message,
this.isSpoiler,
this.release,
this.embeddableId,
this.embeddableTitle,
});