copyWith method
Implementation
CustomFrameRate copyWith({double? customFrameRate}) {
return CustomFrameRate(
customFrameRate: customFrameRate ?? this.customFrameRate);
}
CustomFrameRate copyWith({double? customFrameRate}) {
return CustomFrameRate(
customFrameRate: customFrameRate ?? this.customFrameRate);
}