factory CloneStackResult.fromJson(Map<String, dynamic> json) { return CloneStackResult( stackId: json['StackId'] as String?, ); }