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