factory CreateSchemaResponse.fromJson(Map<String, dynamic> json) { return CreateSchemaResponse( schemaArn: json['SchemaArn'] as String?, ); }