$Function constructor

$Function({
  1. required String id,
  2. String? functionArn,
  3. FunctionConfiguration? functionConfiguration,
})

Implementation

$Function({
  required this.id,
  this.functionArn,
  this.functionConfiguration,
});