Provider constructor

Provider({
  1. String? keyArn,
})

Implementation

Provider({
  this.keyArn,
});