ImageNodePatch constructor
const
ImageNodePatch({
- required NodeId id,
- CommonNodePatch? common,
- PatchField<
String> imageId = const PatchField<String>.absent(), - PatchField<
Size> size = const PatchField<Size>.absent(), - PatchField<
Size?> naturalSize = const PatchField<Size?>.absent(),
Implementation
const ImageNodePatch({
required super.id,
super.common,
this.imageId = const PatchField<String>.absent(),
this.size = const PatchField<Size>.absent(),
this.naturalSize = const PatchField<Size?>.absent(),
});