toBuilder method
Creates a PreviewBuilder initialized with the values set in this preview.
Implementation
PreviewBuilder toBuilder() => PreviewBuilder._fromPreview(this);
Creates a PreviewBuilder initialized with the values set in this preview.
PreviewBuilder toBuilder() => PreviewBuilder._fromPreview(this);