set<T> method

void set<T>(
  1. T object,
  2. dynamic value
)

Implementation

void set<T>(T object, dynamic value) => field.set(object, value);