setIn method
Write value into this field of struct.
Implementation
void setIn(WordStruct<WordField<V>> struct, int value) => throw UnsupportedError('Cannot modify unmodifiable');
Write value into this field of struct.
void setIn(WordStruct<WordField<V>> struct, int value) => throw UnsupportedError('Cannot modify unmodifiable');