setIn abstract method

void setIn(
  1. covariant Object struct,
  2. V value
)
override

Write value into this field of struct.

Implementation

void setIn(covariant Object struct, V value);