Frames constructor

Frames({
  1. List<AssetFrame>? framesData,
})

Implementation

Frames({
  this.framesData,
});