QuiltPatchResult constructor
const
QuiltPatchResult({})
Implementation
const QuiltPatchResult({
required this.startIndex,
required this.endIndex,
required this.identifier,
required this.tags,
required this.patchId,
});