AWSProperty.build constructor

AWSProperty.build([
  1. void updates(
    1. AWSPropertyBuilder
    )
])

A property from an AWS configuration profile.

Implementation

factory AWSProperty.build([void Function(AWSPropertyBuilder) updates]) =
    _$AWSProperty;