copyWith method

InputStoryAreaTypeLink copyWith({
  1. String? url,
})

Implementation

InputStoryAreaTypeLink copyWith({String? url}) =>
    InputStoryAreaTypeLink(url: url ?? this.url);