fragment property
GPUFragmentState
get
fragment
Implementation
GPUFragmentState get fragment => js_util.getProperty(this, 'fragment');
set
fragment
(GPUFragmentState newValue)
Implementation
set fragment(GPUFragmentState newValue) {
js_util.setProperty(this, 'fragment', newValue);
}