PutAppReplicationConfigurationResponse.fromJson constructor

PutAppReplicationConfigurationResponse.fromJson(
  1. Map<String, dynamic> _
)

Implementation

factory PutAppReplicationConfigurationResponse.fromJson(
    Map<String, dynamic> _) {
  return PutAppReplicationConfigurationResponse();
}