copyWith method

Format copyWith({
  1. String? format,
})

Implementation

Format copyWith({String? format}) {
  return Format(format: format ?? this.format);
}