DFObjectGroup constructor

DFObjectGroup({
  1. String? drawOrder,
  2. List<DFObjects>? objects,
})

Implementation

DFObjectGroup({
  this.drawOrder,
  this.objects,
});