copyWith method
Implementation
StoryArea copyWith({StoryAreaPosition? position, StoryAreaType? type}) =>
StoryArea(position: position ?? this.position, type: type ?? this.type);
StoryArea copyWith({StoryAreaPosition? position, StoryAreaType? type}) =>
StoryArea(position: position ?? this.position, type: type ?? this.type);