AlloyDBClusterDataSourceProperties.fromJson constructor
AlloyDBClusterDataSourceProperties.fromJson(
- Map json_
Implementation
AlloyDBClusterDataSourceProperties.fromJson(core.Map json_)
: this(name: json_['name'] as core.String?);