copyWith method

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

Implementation

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