CustomFrameRate$Response constructor

const CustomFrameRate$Response({
  1. double? customFrameRate,
})

Implementation

const CustomFrameRate$Response({
  this.customFrameRate,
});