Animations constructor

Animations({
  1. String? extra,
  2. int? client_id,
  3. vector<Animation>? animations,
})

Implementation

Animations({
  super.extra,
  super.client_id,
  this.animations,
});