CustomFrameRate constructor

CustomFrameRate({
  1. double? customFrameRate,
})

Implementation

CustomFrameRate({
  this.customFrameRate,
});