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