PushSync constructor

PushSync({
  1. List<String>? applicationArns,
  2. String? roleArn,
})

Implementation

PushSync({
  this.applicationArns,
  this.roleArn,
});