AWSProperty.fromJson constructor

AWSProperty.fromJson(
  1. Map<String, Object?> json
)

A property from an AWS configuration profile.

Implementation

factory AWSProperty.fromJson(Map<String, Object?> json) =>
    _serializers.deserializeWith(serializer, json) as AWSProperty;