setIn abstract method

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

Write value into this field of struct.

Implementation

@protected
void setIn(covariant Object struct, V value);