copyWith method
Implementation
RefreshRate copyWith({double? refreshRate}) {
return RefreshRate(refreshRate: refreshRate ?? this.refreshRate);
}
RefreshRate copyWith({double? refreshRate}) {
return RefreshRate(refreshRate: refreshRate ?? this.refreshRate);
}