AddAttributesVector2TakeOwnership method

void AddAttributesVector2TakeOwnership(
  1. String canonical,
  2. List<Vector2> lst
)

Implementation

void AddAttributesVector2TakeOwnership(
    String canonical, List<VM.Vector2> lst) {
  attributes[canonical]!.addAll(lst);
}